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 2
2
Changelog
3
3
#########
4
4
5
+ Version 1.2.1
6
+ =============
7
+
8
+ * Fixed dependency to `firebird-base` (v1.3.0)
9
+
5
10
Version 1.2.0
6
11
=============
7
12
Original file line number Diff line number Diff line change 23
23
author = 'Pavel Císař'
24
24
25
25
# The short X.Y version
26
- version = '1.2.0 '
26
+ version = '1.2.1 '
27
27
28
28
# The full version, including alpha/beta/rc tags
29
- release = '1.2.0 '
29
+ release = '1.2.1 '
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ all-files=True
5
5
6
6
[metadata]
7
7
name = firebird-driver
8
- version = 1.2.0
8
+ version = 1.2.1
9
9
description = Firebird driver
10
10
long_description = file: README.rst
11
11
long_description_content_type = text/x-rst; charset=UTF-8
@@ -36,7 +36,7 @@ classifiers =
36
36
zip_safe = True
37
37
python_requires = >=3.8, <4
38
38
install_requires =
39
- firebird-base>=1.2 .0
39
+ firebird-base>=1.3 .0
40
40
python-dateutil>=2.8
41
41
packages = find_namespace:
42
42
You can’t perform that action at this time.
0 commit comments