Skip to content

Commit

Permalink
Release 1.3.0 (#84)
Browse files Browse the repository at this point in the history
* bump version to 1.3.0

* update release date

---------

Co-authored-by: Josh Yu <[email protected]>
  • Loading branch information
joshyu and Josh Yu authored May 16, 2024
1 parent 1f575b9 commit d01b9a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ Changelog

Unreleased
==========

1.3.0 (2024-05-16)
==================
* Introduced Django 4.2 support.
* Dropped Support for Django<3.1
* Added support for Python 3.10

1.2.0 (2022-10-05)
==================
Expand Down
2 changes: 1 addition & 1 deletion djangocms_version_locking/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.2.0'
__version__ = '1.3.0'

default_app_config = 'djangocms_version_locking.apps.VersionLockingConfig'

0 comments on commit d01b9a9

Please sign in to comment.