File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ Unreleased ] - yyyy-mm-dd
7
+ ## [ 1.5.0 ] - 2023-10-03
8
8
9
9
### Changed
10
10
11
11
- Build system changed from setuptools to hatch
12
+ - Package version is now defined in ` firebird.lib.__about__.py ` (` __version__ ` )
12
13
13
14
## [ 1.4.0] - 2023-06-30
14
15
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
#########
4
4
5
- Version 1.5.0 [Unreleased]
6
- ==========================
5
+ Version 1.5.0
6
+ =============
7
7
8
8
* Build system changed from setuptools to hatch
9
+ * Package version is now defined in firebird.lib.__about__.py (__version__)
9
10
10
11
Version 1.4.0
11
12
=============
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ classifiers = [
29
29
" Topic :: Database" ,
30
30
]
31
31
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" ,
34
34
]
35
35
36
36
[project .urls ]
Original file line number Diff line number Diff line change 1
1
# SPDX-FileCopyrightText: 2020-present The Firebird Projects <www.firebirdsql.org>
2
2
#
3
3
# SPDX-License-Identifier: MIT
4
- __version__ = "1.5.0b0 "
4
+ __version__ = "1.5.0 "
You can’t perform that action at this time.
0 commit comments