Skip to content

Commit 5bbe6a3

Browse files
committed
0.1.0 release
1 parent 5a51cdb commit 5bbe6a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

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

4-
Version 0.1.0 [unreleased]
4+
Version 0.1.0 [2020-08-17]
55
--------------------------
66

7-
WIP
7+
- first release

flat_json_widget/__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, 'alpha')
1+
VERSION = (0, 1, 0, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)