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.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ 1.10.11] - 2025-04-22
8+
9+ ### Changed
10+
11+ - Dependency to ` firebird-base ` adjusted to ` ~=1.8 `
12+
713## [ 1.10.10] - 2025-04-04
814
915### Fixed
Original file line number Diff line number Diff line change 22Changelog
33#########
44
5+ Version 1.10.11
6+ ===============
7+
8+ - Dependency to `firebird-base` adjusted to "~=1.8"
9+
510Version 1.10.10
611===============
712
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ classifiers = [
3030 " Topic :: Database" ,
3131]
3232dependencies = [
33- " firebird-base> =1.8.0 " ,
33+ " firebird-base~ =1.8" ,
3434 " python-dateutil>=2.8" ,
3535]
3636
Original file line number Diff line number Diff line change 6161 Server , Statement )
6262
6363#: 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