From 67875901ac93213b6ec27915e20df84f78b09e98 Mon Sep 17 00:00:00 2001 From: Jonathan Stoikovitch Date: Wed, 19 Aug 2015 00:36:25 -0400 Subject: [PATCH] version++ --- docs/source/changelog.rst | 4 +++- setup.py | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index c9d7a42..8ee791c 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,8 +1,10 @@ Changelog ========= -* :release:`0.3.2 <2015-08-x>` +* :release:`0.3.2 <2015-08-19>` * :bug:`-` Fixed a bug whereby objects could not be deleted from within processors +* :bug:`-` Fixed a bug with _update_many() and _delete_many() not working with querysets returned by get_collection() +* :bug:`-` Fixed a bug with BaseMixin.filter_objects() not correctly applying additional filters passed to it * :release:`0.3.1 <2015-07-07>` * :bug:`-` Fixed bug with Elasticsearch re-indexing of nested relationships diff --git a/setup.py b/setup.py index a00d942..1ac1870 100644 --- a/setup.py +++ b/setup.py @@ -10,13 +10,13 @@ 'elasticsearch', 'pyramid_tm', 'six', - 'nefertari>=0.4.1' + 'nefertari>=0.5.0' ] setup( name='nefertari_sqla', - version="0.3.1", + version="0.3.2", description='sqla engine for nefertari', classifiers=[ "Programming Language :: Python",