Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcisar committed Oct 3, 2023
1 parent 8ad7eed commit 5b352af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased] - yyyy-mm-dd
## [0.3.0] - 2023-10-03

### Added

- Stub pytest test

### Changed

- Update dependency to firebird-base >=1.6.1
- Update dependency to firebird-base >=1.7.0
- Build system changed from setuptools to hatch
- Package version is now defined in firebird.uuid.__about__.py (__version__)

### Added

- Stub pytest test

## [0.2.0] - 2023-03-02

### Changed
Expand Down
2 changes: 1 addition & 1 deletion python/docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Version 0.3.0
=============

* Switch from setuptools to `hatch <https://hatch.pypa.io/latest/>`_.
* Update dependency to firebird-base >=1.6.1
* Update dependency to firebird-base >=1.7.0
* Package version is now defined in firebird.uuid.__about__.py (__version__)

Version 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"toml>=0.10.2",
"PyYAML>=6.0.1, <7",
"requests>=2.31.0",
"firebird-base>=1.6.1",
"firebird-base>=1.7.0",
]

[project.urls]
Expand Down

0 comments on commit 5b352af

Please sign in to comment.