From 87876319130d89c7bb192f8a73dc1e1eed22c409 Mon Sep 17 00:00:00 2001 From: Jonathan Stoikovitch Date: Sun, 14 Jun 2015 11:56:17 -0400 Subject: [PATCH] version 0.4.0 --- VERSION | 2 +- docs/source/changelog.rst | 3 +++ requirements.dev | 2 +- setup.py | 4 ++-- tox.ini | 8 +------- 5 files changed, 8 insertions(+), 11 deletions(-) diff --git a/VERSION b/VERSION index 373f8c6..1d71ef9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.3 \ No newline at end of file +0.3 \ No newline at end of file diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index c320624..9819af6 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,6 +1,9 @@ Changelog ========= +* :release:`0.3.0 <2015-06-14>` +* :support:`-` Added python3 support + * :release:`0.2.3 <2015-06-05>` * :bug:`-` Forward compatibility with nefertari releases diff --git a/requirements.dev b/requirements.dev index 9aaa0af..96657a6 100644 --- a/requirements.dev +++ b/requirements.dev @@ -4,4 +4,4 @@ pytest pytest-cov mock --e . \ No newline at end of file +-e . diff --git a/setup.py b/setup.py index bad06b7..94deb66 100644 --- a/setup.py +++ b/setup.py @@ -10,14 +10,14 @@ 'cryptacular', 'pyraml-parser', 'inflection', - 'nefertari>=0.3.3', + 'nefertari>=0.4.0', 'transaction', 'six', ] setup(name='ramses', version=VERSION, - description='ramses', + description='Generate a RESTful API for Pyramid using RAML', long_description=README, classifiers=[ "Programming Language :: Python", diff --git a/tox.ini b/tox.ini index fab80d6..0c48b51 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = py27, - py34, + py33,py34, [testenv] setenv = @@ -15,9 +15,3 @@ deps = pep8==1.6.2 commands = flake8 ramses - -[testenv:py27] -basepython=python2.7 - -[testenv:py34] -basepython=python3.4 \ No newline at end of file