From 99ea4195bdbd5fece1663af84bcb6a8391ebacc2 Mon Sep 17 00:00:00 2001 From: Mathias Fussenegger Date: Thu, 4 Apr 2019 16:03:47 +0200 Subject: [PATCH] Prepare release 0.15.1 --- CHANGES.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 31dca5d..18fbcb9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,15 @@ +2019-04-04 0.15.1 +================= + +- Fixed a compatibility issue with Python 3.6 + +- Adapted some queries and type mappings to be compatible with CrateDB 4.0 + +- Corrected the minimum CrateDB version that can be run with Java 11. + +- Added a ``version`` arg to ``CrateNode`` which can be used to overrule + the auto-detection. + 2019-02-28 0.15.0 =================