Skip to content

Commit 155d35a

Browse files
committed
v4.0.2
- HOTFIX: Allow empty values for ``defaults`` properties (#391).
1 parent 4f86565 commit 155d35a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ChangeLog
33
=========
44

5-
Release 4.0.2 (unreleased)
5+
Release 4.0.2 (2020-02-13)
66
==========================
77

88
- HOTFIX: Allow empty values for ``defaults`` properties (#391).

formidable/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .json_migrations import latest_version
22

33
default_app_config = 'formidable.app.FormidableConfig'
4-
version = '4.0.1'
4+
version = '4.0.2'
55
json_version = latest_version

0 commit comments

Comments
 (0)