Skip to content

Commit cc87788

Browse files
authored
Merge pull request #47 from FirebirdSQL/release-1.x
Adjusted dependency to firebird-base; release 1.10.11
2 parents 182ee75 + aefd613 commit cc87788

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +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+
## [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

docs/changelog.txt

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
#########
44

5+
Version 1.10.11
6+
===============
7+
8+
- Dependency to `firebird-base` adjusted to "~=1.8"
9+
510
Version 1.10.10
611
===============
712

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"Topic :: Database",
3131
]
3232
dependencies = [
33-
"firebird-base>=1.8.0",
33+
"firebird-base~=1.8",
3434
"python-dateutil>=2.8",
3535
]
3636

src/firebird/driver/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@
6161
Server, Statement)
6262

6363
#: Current driver version, SEMVER string.
64-
__VERSION__ = '1.10.10'
64+
__VERSION__ = '1.10.11'

0 commit comments

Comments
 (0)