Skip to content

Commit 9ec01a1

Browse files
committed
prepare release 0.19.3
1 parent d6d5386 commit 9ec01a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Changes for crate
55
Unreleased
66
==========
77

8-
2017/05/17 0.19.3
8+
2017/05/18 0.19.3
99
=================
1010

1111
- Fix bulk updates which were broken due to query rewrites.

src/crate/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# version string read from setup.py using a regex. Take care not to break the
2626
# regex!
27-
__version__ = "0.19.2"
27+
__version__ = "0.19.3"
2828

2929
apilevel = "2.0"
3030
threadsafety = 2

0 commit comments

Comments
 (0)