Skip to content

Commit 3acbda3

Browse files
committed
Release 1.2.2
Added Hotfix from #308: Extract conditions and filter them using the fields that exist in the form.
1 parent 842f8d4 commit 3acbda3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
ChangeLog
33
=========
44

5+
Release 1.2.2 (2018-03-06)
6+
==========================
7+
8+
- Added Hotfix from #308: Extract conditions and filter them using the fields that exist in the form.
9+
10+
511
Release 1.2.1 (2018-01-12)
612
==========================
713

formidable/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from .json_migrations import latest_version
44

5-
65
default_app_config = 'formidable.app.FormidableConfig'
7-
version = '1.2.1'
6+
version = '1.2.2'
87
json_version = latest_version

0 commit comments

Comments
 (0)