Skip to content

Commit 915bc13

Browse files
committed
0.1.1 release
1 parent a336a8a commit 915bc13

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
Version 0.1.1 [2021-01-08]
5+
--------------------------
6+
7+
- [fix] Fixed ``os_identifier`` validation bug in ``Build`` model.
8+
49
Version 0.1.0 [2020-11-27]
510
--------------------------
611

openwisp_firmware_upgrader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 1, 0, 'final')
1+
VERSION = (0, 1, 1, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)