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 b571a1c commit b0d1085Copy full SHA for b0d1085
CHANGES.md
@@ -1,3 +1,6 @@
1
+# Version 1.4.2
2
+Unreleased
3
+
4
# Version 1.4.1
5
Released October 12, 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.1"
+__version__ = "1.4.2.dev0"
_registry.register(
7
"cockroachdb.psycopg2",
0 commit comments