Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda Savluchinske authored and Amanda Savluchinske committed Dec 22, 2023
1 parent 142fd40 commit 196c60b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ Change Log
Unreleased
~~~~~~~~~~

[1.1.0] - 2023-12-22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Added
_____
* Support Django 4.1
* Support Django 4.2
* Support Django 5.0
* Support Python 3.11
* Support Python 3.12

Fixed
_____
* Fixes CI workflow by migrating to GitHub Actions
* Fixes ReadTheDocs failing build

[1.0.5] - 2022-03-02
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.5'
__version__ = '1.1.0'

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

0 comments on commit 196c60b

Please sign in to comment.