Skip to content

Commit

Permalink
force new version to create another build with the correct files
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobessa committed Jan 16, 2019
1 parent 77580af commit 0e07364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Unreleased

*

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

Added
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.0'
__version__ = '1.0.1'

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

0 comments on commit 0e07364

Please sign in to comment.