Skip to content

Commit

Permalink
1.1.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Deep <[email protected]>
  • Loading branch information
pandafy committed Aug 14, 2024
1 parent 747d306 commit 3128b60
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,26 @@
Changelog
=========

Version 1.1.0 [unreleased]
Version 1.1.0 [2024-08-14]
--------------------------

WIP
Changes
~~~~~~~

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

- Added support for Python ``3.10``.
- Dropped support for Python ``3.7``.
- Added support for Django ``4.2.x``.
- Dropped support for Django ``4.0``.

Bug Fixes
~~~~~~~~~

- Implemented error handling in Subnet admin change view to fix *HTTP 500
Internal Server Error* response when attempting to open the change page
for a non-existent subnet.

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


Expand Down

0 comments on commit 3128b60

Please sign in to comment.