Skip to content

Commit

Permalink
Begin v1.4.5 development
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiss committed Sep 9, 2022
1 parent 1167c05 commit 19e66cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 1.4.5
Unreleased

# Version 1.4.4
Released September 9, 2022

Expand Down
2 changes: 1 addition & 1 deletion sqlalchemy_cockroachdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from sqlalchemy.dialects import registry as _registry
from .transaction import run_transaction # noqa

__version__ = "1.4.4"
__version__ = "1.4.5.dev0"

_registry.register(
"cockroachdb.psycopg2",
Expand Down

0 comments on commit 19e66cc

Please sign in to comment.