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

Commit

Permalink
Merge branch 'develop' for release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chartpath committed Jun 5, 2015
2 parents 86706cd + ada5a20 commit 0f48017
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

* :release:`0.2.4 <2015-06-05>`
* :bug:`-` Forward compatibility with nefertari releases

* :release:`0.2.3 <2015-06-03>`
* :bug:`-` Fixed password minimum length support by adding before and after validation processors
* :bug:`-` Fixed bug with Elasticsearch 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 @@ -9,13 +9,13 @@
'sqlalchemy_utils',
'elasticsearch',
'pyramid_tm',
'nefertari==0.3.2'
'nefertari>=0.3.3'
]


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

0 comments on commit 0f48017

Please sign in to comment.