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

Commit

Permalink
preparing release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Jul 8, 2015
1 parent 131d74c commit bf09885
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Changelog
=========

* :release:`0.3.1 <2015-07-06>`
* :release:`0.3.1 <2015-07-07>`
* :bug:`-` Fixed bug with Elasticsearch re-indexing of nested relationships
* :bug:`-` Removed "updated_at" field from engine
* :bug:`-` Removed 'updated_at' field from engine
* :bug:`-` Disabled Elasticsearch indexing of DictField to allow storing arbitrary JSON data

* :release:`0.3.0 <2015-06-14>`
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.0'
'nefertari>=0.4.1'
]


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

0 comments on commit bf09885

Please sign in to comment.