Skip to content

Commit efbb1b1

Browse files
committed
Release 1.2.1
1 parent 6ca25e4 commit efbb1b1

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

docs/changelog.txt

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

5+
Version 1.2.1
6+
=============
7+
8+
* Fixed dependency to `firebird-base` (v1.3.0)
9+
510
Version 1.2.0
611
=============
712

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
author = '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 ---------------------------------------------------

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ all-files=True
55

66
[metadata]
77
name = firebird-driver
8-
version = 1.2.0
8+
version = 1.2.1
99
description = Firebird driver
1010
long_description = file: README.rst
1111
long_description_content_type = text/x-rst; charset=UTF-8
@@ -36,7 +36,7 @@ classifiers =
3636
zip_safe = True
3737
python_requires = >=3.8, <4
3838
install_requires =
39-
firebird-base>=1.2.0
39+
firebird-base>=1.3.0
4040
python-dateutil>=2.8
4141
packages = find_namespace:
4242

0 commit comments

Comments
 (0)