Skip to content

Commit 8615acc

Browse files
committed
Release version 1.3.0
1 parent dec7126 commit 8615acc

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
# Version 0.4.0
211

312
Released April 10, 2020

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='0.4.0',
8+
version='1.3.0',
99
author='Cockroach Labs',
1010
author_email='cockroach-db@googlegroups.com',
1111
url='https://github.com/cockroachdb/sqlalchemy-cockroachdb',

0 commit comments

Comments
 (0)