Skip to content

Commit bb797b9

Browse files
committed
Release 1.4.1
Added Hotfix from #308: Extract conditions and filter them using the fields that exist in the form.
1 parent fab61ac commit bb797b9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

5+
Release 1.4.1 (2018-03-06)
6+
==========================
7+
8+
- Added Hotfix from #308: Extract conditions and filter them using the fields that exist in the form.
9+
510
Release 1.4.0 (2018-02-21)
611
==========================
712

formidable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .json_migrations import latest_version
44

55
default_app_config = 'formidable.app.FormidableConfig'
6-
version = '1.4.0'
6+
version = '1.4.1'
77
json_version = latest_version

0 commit comments

Comments
 (0)