Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hedleyroos committed Apr 26, 2018
1 parent 142b78a commit 7ea13cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,8 +1,8 @@
Changelog
=========

next
----
0.3.0
-----
#. Django 2 support. The minimum version of django-rest-framework is now 3.8.0 in order for all tests to pass; however, older versions may still work for older Django versions.
#. Drop support for Django 1.9.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name="djangorestframework-extras",
version="0.2.1",
version="0.3.0",
description="Autogenerate API's for models. Expose core Django functionality. Validate against existing forms.",
long_description = open("README.rst", "r").read(),
author="Praekelt Consulting",
Expand Down

0 comments on commit 7ea13cf

Please sign in to comment.