Skip to content

Commit a1196d9

Browse files
committed
Version bump
1 parent 9140867 commit a1196d9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Usage
3535
3636
Alternatively, to set CSV as a default rendered format, add the following to the
3737
`settings.py` file::
38-
38+
3939
REST_FRAMEWORK = {
4040
# specifying the renderers
4141
'DEFAULT_RENDERER_CLASSES': (
@@ -77,6 +77,11 @@ To run the tests against the current environment:
7777
Changelog
7878
=========
7979

80+
1.3.0
81+
-----
82+
83+
* Support for Python 3, derived from work by @samdobson
84+
8085
1.2.0
8186
-----
8287

rest_framework_csv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.0'
1+
__version__ = '1.3.0'

0 commit comments

Comments
 (0)