Skip to content

Commit f6a2c0a

Browse files
committed
Prepare v2.0.3 release
1 parent 01945de commit f6a2c0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version 2.0.3
2-
Unreleased
2+
June 10, 2025
33

44
- Add support for READ COMMITTED transaction isolation
55
(see [README.read_committed.md](README.read_committed.md))
@@ -9,7 +9,7 @@ Unreleased
99
- Add nested transaction support (#267), thanks to @mfmarche
1010

1111
# Version 2.0.2
12-
January 10, 2023
12+
January 10, 2024
1313

1414
- Implement reflection for array types (#213)
1515
- Fix get_multi_columns() to support multiple table names in filter_array (#220)

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

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

0 commit comments

Comments
 (0)