diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6a24cf80..1880b6a1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,8 @@ Changelog ========= -next ----- +2.3.2 (2016-07-05) +------------------ * enable postgis if local database supports it diff --git a/aldryn_client/__init__.py b/aldryn_client/__init__.py index 1c4ddd35..96deb04f 100644 --- a/aldryn_client/__init__.py +++ b/aldryn_client/__init__.py @@ -1 +1 @@ -__version__ = '2.3.1' +__version__ = '2.3.2'