Skip to content

Commit

Permalink
Bumped version for 2.2.2 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirobaina committed May 29, 2024
1 parent ca822f7 commit dc3f160
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

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


v2.2.1
------
Expand Down
2 changes: 1 addition & 1 deletion firebird/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .version import get_version

VERSION = (2, 2, 1, 'final', 0)
VERSION = (2, 2, 2, 'final', 0)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit dc3f160

Please sign in to comment.