Skip to content

Commit

Permalink
Merge pull request #23 from vintasoftware/1.0.3
Browse files Browse the repository at this point in the history
upgrades version
  • Loading branch information
hugobessa committed Jan 30, 2020
2 parents 9641c6c + 94e1de7 commit bc41c27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@ Change Log
Unreleased
~~~~~~~~~~

[1.0.3] - 2020-01-29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Added
_____
* Support Python 3.7
* Support Django 3.0

Removed
_____
* Drop support to Django 1.10
* Drop support to Python 2.7
* Drop support to Python 3.6
Expand Down
2 changes: 1 addition & 1 deletion drf_rw_serializers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from __future__ import absolute_import, unicode_literals

__version__ = '1.0.2'
__version__ = '1.0.3'

# pylint: disable=invalid-name
default_app_config = 'drf_rw_serializers.apps.DrfRwSerializersConfig'
Expand Down

0 comments on commit bc41c27

Please sign in to comment.