We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42a42d commit 03c92bdCopy full SHA for 03c92bd
CHANGELOG.rst
@@ -2,11 +2,11 @@
2
ChangeLog
3
=========
4
5
-master (unreleased)
6
-===================
+Release 4.0.1 (2020-01-21)
+==========================
7
8
-- DOC: removed ``setup.py`` Python2-related classifiers.
9
-- Fix the support for conditions when their trigger field is a multiple choice field.
+- DOC: removed ``setup.py`` Python2-related classifiers (#380).
+- Fix the support for conditions when their trigger field is a multiple choice field (#381).
10
11
Release 4.0.0 (2020-01-08)
12
==========================
formidable/__init__.py
@@ -1,5 +1,5 @@
1
from .json_migrations import latest_version
default_app_config = 'formidable.app.FormidableConfig'
-version = '4.1.0.dev0'
+version = '4.0.1'
json_version = latest_version
0 commit comments