Skip to content

Commit 03c92bd

Browse files
committed
v4.0.1
1 parent f42a42d commit 03c92bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
ChangeLog
33
=========
44

5-
master (unreleased)
6-
===================
5+
Release 4.0.1 (2020-01-21)
6+
==========================
77

8-
- DOC: removed ``setup.py`` Python2-related classifiers.
9-
- Fix the support for conditions when their trigger field is a multiple choice field.
8+
- DOC: removed ``setup.py`` Python2-related classifiers (#380).
9+
- Fix the support for conditions when their trigger field is a multiple choice field (#381).
1010

1111
Release 4.0.0 (2020-01-08)
1212
==========================

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.1.0.dev0'
4+
version = '4.0.1'
55
json_version = latest_version

0 commit comments

Comments
 (0)