Skip to content

Commit 008e7a5

Browse files
committed
Update version for release
1 parent 773bc11 commit 008e7a5

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
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+
## [1.5.0] - 2023-10-03
88

99
### Changed
1010

1111
- Build system changed from setuptools to hatch
12+
- Package version is now defined in `firebird.lib.__about__.py` (`__version__`)
1213

1314
## [1.4.0] - 2023-06-30
1415

docs/changelog.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
Changelog
33
#########
44

5-
Version 1.5.0 [Unreleased]
6-
==========================
5+
Version 1.5.0
6+
=============
77

88
* Build system changed from setuptools to hatch
9+
* Package version is now defined in firebird.lib.__about__.py (__version__)
910

1011
Version 1.4.0
1112
=============

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ classifiers = [
2929
"Topic :: Database",
3030
]
3131
dependencies = [
32-
"firebird-base>=1.6.1",
33-
"firebird-driver>=1.9.0",
32+
"firebird-base>=1.7.0",
33+
"firebird-driver>=1.10.0",
3434
]
3535

3636
[project.urls]

src/firebird/lib/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2020-present The Firebird Projects <www.firebirdsql.org>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "1.5.0b0"
4+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)