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 156a1f0 commit 014a884Copy full SHA for 014a884
CHANGES.md
@@ -1,3 +1,10 @@
1
+# Version 1.3.1
2
+
3
+Released July 13, 2020
4
5
+- Added more support computed columns. (#119)
6
+- Enabled more tests from SQLAlchemy test suite in CI.
7
8
# Version 1.3.0
9
10
Released June 10, 2020
setup.py
@@ -5,7 +5,7 @@
setup(
name='sqlalchemy-cockroachdb',
- version='1.3.0',
+ version='1.3.1',
author='Cockroach Labs',
author_email='cockroach-db@googlegroups.com',
11
url='https://github.com/cockroachdb/sqlalchemy-cockroachdb',
0 commit comments