Skip to content

Commit

Permalink
Release 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Apr 5, 2024
1 parent aa41a29 commit d81b768
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,17 @@ since it is never a good idea to have a PickledObjectField be user editable.
Changes
-------

Changes in version 3.2.0
========================

* Added tested support for Django 4.1, 4.2, 5.0.
* Added tested support for Python 3.11, 3.12.
* Dropped support for Python 3.6 and 3.7.

Changes in version 3.1.0
========================

* Added testing against Django 3.2 and 4.0.
* Added tested support for Django 3.2 and 4.0.

Changes in version 3.0.1
========================
Expand Down
2 changes: 1 addition & 1 deletion picklefield/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

__all__ = 'VERSION', '__version__', 'DEFAULT_PROTOCOL', 'PickledObjectField'

VERSION = (3, 1, 0, 'final', 0)
VERSION = (3, 2, 0, 'final', 0)

__version__ = django.utils.version.get_version(VERSION)

0 comments on commit d81b768

Please sign in to comment.