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 Nov 19, 2015
1 parent 994b4ed commit ccc0ce5
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.4.1 <2015-11-18>`
* :bug:`-` Cosmetic name changes in preparation of engine refactoring

* :release:`0.4.0 <2015-10-07>`
* :feature:`-` Nested relationships are now indexed in bulk in ElasticSearch
* :feature:`-` Added '_nesting_depth' property in models to control the level of nesting, default is 1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
install_requires = [
'elasticsearch',
'mongoengine==0.9',
'nefertari>=0.6.0',
'nefertari>=0.6.1',
'psycopg2',
'pymongo==2.8',
'pyramid_sqlalchemy',
Expand All @@ -17,7 +17,7 @@

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

0 comments on commit ccc0ce5

Please sign in to comment.