Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Aug 19, 2015
1 parent 35518ba commit 6787590
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6787590

Please sign in to comment.