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 969679d commit d416979Copy full SHA for d416979
CHANGES.md
@@ -1,3 +1,8 @@
1
+# Version 1.3.3
2
+Released April 26, 2021
3
+
4
+- Remove `duplicates_constraint` property for unique indexes
5
6
# Version 1.3.2
7
Released September 29, 2020
8
setup.py
@@ -5,7 +5,7 @@
setup(
name='sqlalchemy-cockroachdb',
- version='1.3.2',
+ version='1.3.3',
9
author='Cockroach Labs',
10
author_email='cockroach-db@googlegroups.com',
11
url='https://github.com/cockroachdb/sqlalchemy-cockroachdb',
0 commit comments