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 dec7126 commit 8615accCopy full SHA for 8615acc
CHANGES.md
@@ -1,3 +1,12 @@
1
+# Version 1.3.0
2
+
3
+Released June 10, 2020
4
5
+- Removed python2 support.
6
+- Version number increased to 1.3.0 to indicate compatibility with SQLAlchemy 1.3.x.
7
+- Column type changes via Alembic are now allowed. (#96)
8
+- Added exponential backoff to run_transaction(). (#115)
9
10
# Version 0.4.0
11
12
Released April 10, 2020
setup.py
@@ -5,7 +5,7 @@
setup(
name='sqlalchemy-cockroachdb',
- version='0.4.0',
+ version='1.3.0',
author='Cockroach Labs',
author_email='cockroach-db@googlegroups.com',
url='https://github.com/cockroachdb/sqlalchemy-cockroachdb',
0 commit comments