Skip to content

Commit 8a86af6

Browse files
committed
Release v1.3.2
1 parent aca12a6 commit 8a86af6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# Version 1.3.1
1+
# Version 1.3.2
2+
Released September 29, 2020
3+
4+
- Stopped returning primary keys in get_indexes. (#42)
5+
- Enabled tests for enums and user-defined schemas for CockroachDB v20.2.
26

7+
# Version 1.3.1
38
Released July 13, 2020
49

510
- Added more support computed columns. (#119)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='sqlalchemy-cockroachdb',
8-
version='1.3.1',
8+
version='1.3.2',
99
author='Cockroach Labs',
1010
author_email='cockroach-db@googlegroups.com',
1111
url='https://github.com/cockroachdb/sqlalchemy-cockroachdb',

0 commit comments

Comments
 (0)