Skip to content

Commit b571a1c

Browse files
committed
Prepare for v1.4.1 release
1 parent 0bc720d commit b571a1c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Version 1.4.1
2-
Unreleased
2+
Released October 12, 2021
3+
4+
- Updated test suite to work with Alembic 1.7.
35

46
# Version 1.4.0
57
Released July 29, 2021

sqlalchemy_cockroachdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from sqlalchemy.dialects import registry as _registry
22
from .transaction import run_transaction # noqa
33

4-
__version__ = "1.4.1.dev0"
4+
__version__ = "1.4.1"
55

66
_registry.register(
77
"cockroachdb.psycopg2",

0 commit comments

Comments
 (0)