Skip to content

Commit 61377ac

Browse files
committed
Begin v2.0.4 development
1 parent f6a2c0a commit 61377ac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 2.0.4
2+
Unreleased
3+
4+
15
# Version 2.0.3
26
June 10, 2025
37

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__ = "2.0.3"
4+
__version__ = "2.0.4.dev0"
55

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

0 commit comments

Comments
 (0)