File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 22Changelog
33#########
44
5+ Version 1.2.1
6+ =============
7+
8+ * Fixed dependency to `firebird-base` (v1.3.0)
9+
510Version 1.2.0
611=============
712
Original file line number Diff line number Diff line change 2323author = 'Pavel Císař'
2424
2525# The short X.Y version
26- version = '1.2.0 '
26+ version = '1.2.1 '
2727
2828# The full version, including alpha/beta/rc tags
29- release = '1.2.0 '
29+ release = '1.2.1 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ all-files=True
55
66[metadata]
77name = firebird-driver
8- version = 1.2.0
8+ version = 1.2.1
99description = Firebird driver
1010long_description = file: README.rst
1111long_description_content_type = text/x-rst; charset=UTF-8
@@ -36,7 +36,7 @@ classifiers =
3636zip_safe = True
3737python_requires = >=3.8, <4
3838install_requires =
39- firebird-base>=1.2 .0
39+ firebird-base>=1.3 .0
4040 python-dateutil>=2.8
4141packages = find_namespace:
4242
You can’t perform that action at this time.
0 commit comments