Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mjumbewu committed Sep 25, 2013
1 parent 9140867 commit a1196d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Usage
Alternatively, to set CSV as a default rendered format, add the following to the
`settings.py` file::

REST_FRAMEWORK = {
# specifying the renderers
'DEFAULT_RENDERER_CLASSES': (
Expand Down Expand Up @@ -77,6 +77,11 @@ To run the tests against the current environment:
Changelog
=========

1.3.0
-----

* Support for Python 3, derived from work by @samdobson

1.2.0
-----

Expand Down
2 changes: 1 addition & 1 deletion rest_framework_csv/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.0'
__version__ = '1.3.0'

0 comments on commit a1196d9

Please sign in to comment.