Skip to content

Commit afbbb5a

Browse files
committed
Begin v1.4.1 development
1 parent 1a9277c commit afbbb5a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Version 1.4.1
2+
Unreleased
3+
14
# Version 1.4.0
25
Released July 29, 2021
36
- Add telemetry to SQLAlchemy CockroachDB

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

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

0 commit comments

Comments
 (0)