Skip to content

Commit

Permalink
Merge pull request #5 from vintasoftware/release-1.0.0
Browse files Browse the repository at this point in the history
updates package version and changelog
  • Loading branch information
hugobessa committed Jan 16, 2019
2 parents 389598f + 727f3e1 commit 77580af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ Unreleased

*

[1.0.0] - 2019-01-16
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Added
_____

* Fixed bug in retrieval of success headers in create endpoints (breaking change)
* Updated dependencies

[0.1.1] - 2018-11-12
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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__ = '0.1.1'
__version__ = '1.0.0'

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

0 comments on commit 77580af

Please sign in to comment.