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

Commit

Permalink
versions++
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed May 17, 2016
1 parent 5afa6fb commit c618f48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

* :release:`0.4.2 <????-??-??>`
* :release:`0.4.2 <2016-05-17>`
* :bug:`90` Deprecated '_version' field

* :release:`0.4.1 <2015-11-18>`
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

install_requires = [
'elasticsearch',
'nefertari>=0.6.1',
'nefertari>=0.7.0',
'psycopg2',
'pyramid_sqlalchemy',
'pyramid_tm',
Expand All @@ -14,14 +14,15 @@

setup(
name='nefertari_sqla',
version="0.4.1",
version="0.4.2",
description='sqla engine for nefertari',
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Framework :: Pyramid",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
Expand Down

0 comments on commit c618f48

Please sign in to comment.