Skip to content

Commit f0158f6

Browse files
authored
Set release version to 2.3.0. (#383)
Fixes #382
1 parent 9fa2e23 commit f0158f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v2.3.0
1+
v2.3.0 - Released November 28, 2017
22

33
* Added support for polymorphic models
44
* When `JSON_API_FORMAT_KEYS` is False (the default) do not translate request

rest_framework_json_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
__title__ = 'djangorestframework-jsonapi'
4-
__version__ = '2.2.0'
4+
__version__ = '2.3.0'
55
__author__ = ''
66
__license__ = 'MIT'
77
__copyright__ = ''

0 commit comments

Comments
 (0)