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

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed Jun 14, 2015
1 parent 094c38b commit 8787631
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.3
0.3
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.3.0 <2015-06-14>`
* :support:`-` Added python3 support

* :release:`0.2.3 <2015-06-05>`
* :bug:`-` Forward compatibility with nefertari releases

Expand Down
2 changes: 1 addition & 1 deletion requirements.dev
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pytest
pytest-cov
mock

-e .
-e .
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 1 addition & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
py27,
py34,
py33,py34,

[testenv]
setenv =
Expand All @@ -15,9 +15,3 @@ deps =
pep8==1.6.2
commands =
flake8 ramses

[testenv:py27]
basepython=python2.7

[testenv:py34]
basepython=python3.4

0 comments on commit 8787631

Please sign in to comment.