Skip to content

Commit dc3f160

Browse files
committed
Bumped version for 2.2.2 hotfix
1 parent ca822f7 commit dc3f160

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog.txt

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

4+
v2.2.2
5+
------
6+
+ Fixed a strange error droping field with check constraint on firebird 3.0.x
7+
More context at https://github.com/FirebirdSQL/firebird/issues/8135
8+
49

510
v2.2.1
611
------

firebird/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .version import get_version
22

3-
VERSION = (2, 2, 1, 'final', 0)
3+
VERSION = (2, 2, 2, 'final', 0)
44

55
__version__ = get_version(VERSION)
66

0 commit comments

Comments
 (0)