We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca12a6 commit 8a86af6Copy full SHA for 8a86af6
CHANGES.md
@@ -1,5 +1,10 @@
1
-# Version 1.3.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.
6
7
+# Version 1.3.1
8
Released July 13, 2020
9
10
- Added more support computed columns. (#119)
setup.py
@@ -5,7 +5,7 @@
setup(
name='sqlalchemy-cockroachdb',
- version='1.3.1',
+ version='1.3.2',
author='Cockroach Labs',
author_email='cockroach-db@googlegroups.com',
11
url='https://github.com/cockroachdb/sqlalchemy-cockroachdb',
0 commit comments