Skip to content

Commit

Permalink
1.2.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Deep <[email protected]>
Co-authored-by: Federico Capoano <[email protected]>
  • Loading branch information
pandafy and nemesifier authored Aug 16, 2024
1 parent d7d47fd commit 2ca028a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
Changelog
=========

Version 1.2.0 [unreleased]
Version 1.2.0 [2024-08-16]
--------------------------

WIP
Changes
~~~~~~~

- Admin actions require model permissions to perform operation.

Dependencies
++++++++++++

- Bumped ``openwisp-utils~=1.1.0``.
- Bumped ``cryptography~=43.0.0``.
- Bumped ``pyOpenSSL~=24.2.1``.
- Added support for Django ``4.2``.
- Dropped support for Django < ``3.2``.
- Added support for Python ``3.10``.
- Dropped support for Python ``3.7``.

Version 1.1.0 [2022-04-20]
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion django_x509/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 2, 0, 'alpha')
VERSION = (1, 2, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 2ca028a

Please sign in to comment.