We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa4ef5 commit dc5d0a6Copy full SHA for dc5d0a6
fdb/fbcore.py
@@ -156,7 +156,7 @@
156
PYTHON_MAJOR_VER = sys.version_info[0]
157
158
#: Current driver version
159
-__version__ = '2.0.3'
+__version__ = '2.0.4'
160
161
apilevel = '2.0'
162
threadsafety = 1
pyproject.toml
@@ -30,8 +30,6 @@ classifiers = [
30
"Topic :: Database",
31
]
32
dependencies = [
33
- "firebird-base~=2.0",
34
- "python-dateutil~=2.8",
35
36
37
[project.urls]
sphinx/changelog.txt
@@ -2,6 +2,14 @@
2
Changelog
3
#########
4
5
+Version 2.0.4
6
+=============
7
+
8
+Bugs Fixed
9
+----------
10
11
+- #124: Dependencies usage
12
13
Version 2.0.3
14
=============
15
0 commit comments