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 07719c3 commit 3902559Copy full SHA for 3902559
CHANGES.md
@@ -1,3 +1,6 @@
1
+# Version 1.4.3
2
+Unreleased
3
+
4
# Version 1.4.2
5
Release October 21, 2021
6
sqlalchemy_cockroachdb/__init__.py
@@ -1,7 +1,7 @@
from sqlalchemy.dialects import registry as _registry
from .transaction import run_transaction # noqa
-__version__ = "1.4.2"
+__version__ = "1.4.3.dev0"
_registry.register(
7
"cockroachdb.psycopg2",
0 commit comments