File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +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
+ ## [1.10.11] - 2025-04-22
8
+
9
+ ### Changed
10
+
11
+ - Dependency to `firebird-base` adjusted to `~=1.8`
12
+
7
13
## [1.10.10] - 2025-04-04
8
14
9
15
### Fixed
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
#########
4
4
5
+ Version 1.10.11
6
+ ===============
7
+
8
+ - Dependency to `firebird-base` adjusted to "~=1.8"
9
+
5
10
Version 1.10.10
6
11
===============
7
12
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ classifiers = [
30
30
"Topic :: Database",
31
31
]
32
32
dependencies = [
33
- "firebird-base> =1.8.0 ",
33
+ "firebird-base~ =1.8",
34
34
"python-dateutil>=2.8",
35
35
]
36
36
Original file line number Diff line number Diff line change 61
61
Server, Statement)
62
62
63
63
#: Current driver version, SEMVER string.
64
- __VERSION__ = '1.10.10 '
64
+ __VERSION__ = '1.10.11 '
You can’t perform that action at this time.
0 commit comments