Skip to content

Commit 5b352af

Browse files
committed
Update version for release
1 parent 8ad7eed commit 5b352af

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

python/CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
3-
3+
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased] - yyyy-mm-dd
7+
## [0.3.0] - 2023-10-03
8+
9+
### Added
10+
11+
- Stub pytest test
812

913
### Changed
1014

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

15-
### Added
16-
17-
- Stub pytest test
18-
1919
## [0.2.0] - 2023-03-02
2020

2121
### Changed

python/docs/changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Version 0.3.0
66
=============
77

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

1212
Version 0.2.0

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"toml>=0.10.2",
3535
"PyYAML>=6.0.1, <7",
3636
"requests>=2.31.0",
37-
"firebird-base>=1.6.1",
37+
"firebird-base>=1.7.0",
3838
]
3939

4040
[project.urls]

0 commit comments

Comments
 (0)