Skip to content

Commit

Permalink
Bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Feb 7, 2024
1 parent 128c190 commit 26f9759
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Change Log
Unreleased
~~~~~~~~~~

[1.1.1] - 2024-02-07
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fixed
_____
* Django 5.0 support fixed

[1.1.0] - 2023-12-22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Added
Expand Down
4 changes: 2 additions & 2 deletions drf_rw_serializers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

from __future__ import absolute_import, unicode_literals

__version__ = '1.1.0'
__version__ = "1.1.1"

# pylint: disable=invalid-name
default_app_config = 'drf_rw_serializers.apps.DrfRwSerializersConfig'
default_app_config = "drf_rw_serializers.apps.DrfRwSerializersConfig"
# pylint: enable=invalid-name

0 comments on commit 26f9759

Please sign in to comment.