From c618f48151a30d4ad0cbd2fd4cc20baca20d956d Mon Sep 17 00:00:00 2001 From: Jonathan Stoikovitch Date: Tue, 17 May 2016 01:28:39 -0400 Subject: [PATCH] versions++ --- docs/source/changelog.rst | 2 +- setup.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 5ca9048..711af97 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -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>` diff --git a/setup.py b/setup.py index 0f57045..939d2bb 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ install_requires = [ 'elasticsearch', - 'nefertari>=0.6.1', + 'nefertari>=0.7.0', 'psycopg2', 'pyramid_sqlalchemy', 'pyramid_tm', @@ -14,7 +14,7 @@ setup( name='nefertari_sqla', - version="0.4.1", + version="0.4.2", description='sqla engine for nefertari', classifiers=[ "Programming Language :: Python", @@ -22,6 +22,7 @@ "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",