Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
seocam committed May 22, 2017
1 parent 934f8cc commit c68ff65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Features
* JSON output by default, but overridable
* RESTful
* Python 3.2+ (with shims to make broke-ass Python 2.6+ work)
* Django 1.8+
* Flexible


Expand Down Expand Up @@ -153,11 +154,11 @@ The test suite uses tox_ for simultaneous support of multiple versions of both
Python and Django. The current versions of Python supported are:

* CPython 2.7
* CPython 3.3
* CPython 3.4
* CPython 3.5
* CPython 3.6
* PyPy (Python 2.7)
* PyPy3 (Python 3.2)
* PyPy3 beta (Python 3.3)

You just need to install the Python interpreters above and the `tox` package
(available via `pip`), then run the `tox` command.
2 changes: 1 addition & 1 deletion restless/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'Daniel Lindsley'
__license__ = 'BSD'
__version__ = (2, 0, 3)
__version__ = (2, 0, 4)
VERSION = '.'.join(map(str, __version__))


Expand Down
1 change: 0 additions & 1 deletion restless/resources.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import six
import sys

from .constants import OK, CREATED, ACCEPTED, NO_CONTENT
Expand Down

0 comments on commit c68ff65

Please sign in to comment.