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

Commit

Permalink
version++ and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Sep 3, 2015
1 parent 90846af commit 7f760ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

* :release:`0.3.3 <2015-09-02>`
* :bug:`-` Fixed a bug when using reserved query params with GET tunneling
* :bug:`-` Fixed ES double indexation bug

* :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()
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.5.0'
'nefertari>=0.5.1'
]


setup(
name='nefertari_sqla',
version="0.3.2",
version="0.3.3",
description='sqla engine for nefertari',
classifiers=[
"Programming Language :: Python",
Expand Down

0 comments on commit 7f760ec

Please sign in to comment.