Skip to content

Commit e08cfdb

Browse files
committed
0.5.1 release
1 parent a5ea824 commit e08cfdb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

4+
Version 0.5.1 [2020-11-25]
5+
--------------------------
6+
7+
- [fix] Removed static() call from media assets
8+
- [change] Increased `openwisp-users <https://github.com/openwisp/openwisp-users#openwisp-users>`__ version from 0.2.x to 0.5.x
9+
(which brings many interesting improvements to multi-tenancy,
10+
`see the change log of openwisp-users <https://github.com/openwisp/openwisp-users/blob/master/CHANGES.rst#version-050-2020-11-18>`_
11+
for more information)
12+
- Increased `openwisp-utils <https://github.com/openwisp/openwisp-utils#openwisp-utils>`__ version to 0.7.x
13+
414
Version 0.5.0 [2020-09-18]
515
--------------------------
616

openwisp_network_topology/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 5, 0, 'final')
1+
VERSION = (0, 5, 1, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)