We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc720d commit b571a1cCopy full SHA for b571a1c
CHANGES.md
@@ -1,5 +1,7 @@
1
# Version 1.4.1
2
-Unreleased
+Released October 12, 2021
3
+
4
+- Updated test suite to work with Alembic 1.7.
5
6
# Version 1.4.0
7
Released July 29, 2021
sqlalchemy_cockroachdb/__init__.py
@@ -1,7 +1,7 @@
from sqlalchemy.dialects import registry as _registry
from .transaction import run_transaction # noqa
-__version__ = "1.4.1.dev0"
+__version__ = "1.4.1"
_registry.register(
"cockroachdb.psycopg2",
0 commit comments