Skip to content

Commit dc5d0a6

Browse files
committed
Fox for #124
1 parent 4aa4ef5 commit dc5d0a6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

fdb/fbcore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
PYTHON_MAJOR_VER = sys.version_info[0]
157157

158158
#: Current driver version
159-
__version__ = '2.0.3'
159+
__version__ = '2.0.4'
160160

161161
apilevel = '2.0'
162162
threadsafety = 1

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ classifiers = [
3030
"Topic :: Database",
3131
]
3232
dependencies = [
33-
"firebird-base~=2.0",
34-
"python-dateutil~=2.8",
3533
]
3634

3735
[project.urls]

sphinx/changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
#########
44

5+
Version 2.0.4
6+
=============
7+
8+
Bugs Fixed
9+
----------
10+
11+
- #124: Dependencies usage
12+
513
Version 2.0.3
614
=============
715

0 commit comments

Comments
 (0)