Skip to content

Commit

Permalink
0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed May 28, 2020
1 parent a6bc9ee commit 864af85
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Changelog
=========

Version 0.1.0 [2020-05-28]
--------------------------

- IPv4 and IPv6 IP address management
- IPv4 and IPv6 Subnet management
- Automatic free space display for all subnets
- Visual display for a specific subnet
- IP request module
- REST API for CRUD operations and main features
- Possibility to search for an IP or subnet
- CSV Import and Export of subnets and their IPs
- Multi-tenancy
- Swappable models and extensible classes
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 = (0, 1, 0, 'alpha')
VERSION = (0, 1, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit 864af85

Please sign in to comment.