Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9032a3f

Browse filesBrowse files
committed
Release 0.31.1
1 parent 68c689f commit 9032a3f
Copy full SHA for 9032a3f

File tree

Expand file treeCollapse file tree

2 files changed

+6
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-1
lines changed

‎CHANGES.txt

Copy file name to clipboardExpand all lines: CHANGES.txt
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ Changes for crate
55
Unreleased
66
==========
77

8+
9+
2023/04/18 0.31.1
10+
=================
11+
812
- SQLAlchemy Core: Re-enable support for ``INSERT/UPDATE...RETURNING`` in
913
SQLAlchemy 2.0 by adding the new ``insert_returning`` and ``update_returning`` flags
1014
in the CrateDB dialect.
1115

16+
1217
2023/03/30 0.31.0
1318
=================
1419

‎src/crate/client/__init__.py

Copy file name to clipboardExpand all lines: src/crate/client/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# version string read from setup.py using a regex. Take care not to break the
3131
# regex!
32-
__version__ = "0.31.0"
32+
__version__ = "0.31.1"
3333

3434
apilevel = "2.0"
3535
threadsafety = 2

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.