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 <pandafy.dev@gmail.com>
  • Loading branch information
pandafy committed Jan 31, 2025
1 parent fb34666 commit 9980bca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

Version 1.1.1 [2025-01-31]
--------------------------

Bugfixes
~~~~~~~~

- Fixed validation to ensure that subnets and master subnets are of the
same IP version.
- Improved the developer installation documentation with detailed steps
for setting up a virtual environment.

Version 1.1.0 [2024-11-21]
--------------------------

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, 'final')
VERSION = (1, 1, 1, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 9980bca

Please sign in to comment.