Skip to content

Commit 9b9b604

Browse files
committed
v1.1.0
Changelog: - Added tests for the validators mapping - Minor syntax changes - Added perf rec tests - Add configuration for py.test - Reactivate accidentally skipped ``test_validations.py`` tests - Add JSON migrations - ``FormidableItem.value`` field size now has no limit (``TextField``) - Migrate to PeopleDoc GitHub organization (#283)
1 parent 94ac59e commit 9b9b604

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

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

5-
master (unreleased)
6-
===================
5+
Release 1.1.0 (2017-12-04)
6+
==========================
77

88
- Added tests for the validators mapping
99
- Minor syntax changes

formidable/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55

66
default_app_config = 'formidable.app.FormidableConfig'
7-
version = '1.1.0.dev0'
7+
version = '1.1.0'
88
json_version = latest_version

0 commit comments

Comments
 (0)