Skip to content

Commit

Permalink
Set release version to 2.3.0. (#383)
Browse files Browse the repository at this point in the history
Fixes #382
  • Loading branch information
mblayman authored Nov 28, 2017
1 parent 9fa2e23 commit f0158f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v2.3.0
v2.3.0 - Released November 28, 2017

* Added support for polymorphic models
* When `JSON_API_FORMAT_KEYS` is False (the default) do not translate request
Expand Down
2 changes: 1 addition & 1 deletion rest_framework_json_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__title__ = 'djangorestframework-jsonapi'
__version__ = '2.2.0'
__version__ = '2.3.0'
__author__ = ''
__license__ = 'MIT'
__copyright__ = ''
Expand Down

0 comments on commit f0158f6

Please sign in to comment.