We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 912acda commit ad85a2bCopy full SHA for ad85a2b
2 files changed
CHANGES.txt
@@ -5,6 +5,9 @@ Changes for crate
5
Unreleased
6
==========
7
8
+2019/09/19 0.23.2
9
+=================
10
+
11
- Fixed a bug in the ``CrateLayer`` which caused ``CrateDB`` not to start up,
12
in case the ``JAVA_HOME`` environment variable was not set.
13
src/crate/client/__init__.py
@@ -29,7 +29,7 @@
29
30
# version string read from setup.py using a regex. Take care not to break the
31
# regex!
32
-__version__ = "0.23.1"
+__version__ = "0.23.2"
33
34
apilevel = "2.0"
35
threadsafety = 2
0 commit comments