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 f6a2c0a commit 61377acCopy full SHA for 61377ac
CHANGES.md
@@ -1,3 +1,7 @@
1
+# Version 2.0.4
2
+Unreleased
3
+
4
5
# Version 2.0.3
6
June 10, 2025
7
sqlalchemy_cockroachdb/__init__.py
@@ -1,7 +1,7 @@
from sqlalchemy.dialects import registry as _registry
from .transaction import run_transaction # noqa
-__version__ = "2.0.3"
+__version__ = "2.0.4.dev0"
_registry.register(
"cockroachdb.psycopg2",
0 commit comments