Skip to content

Commit 1167c05

Browse files
committed
Prepare v1.4.4. release
1 parent 49fcb65 commit 1167c05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version 1.4.4
2-
Unreleased
2+
Released September 9, 2022
33

44
- Added `include_hidden` option to `get_columns()` to enable reflection of columns like "rowid". (#173)
55
- Added support for `.with_hint()` (patch courtesy of Jonathan Dieter)

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

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

0 commit comments

Comments
 (0)