Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
brunobord committed Dec 4, 2017
1 parent 94ac59e commit 9b9b604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
ChangeLog
=========

master (unreleased)
===================
Release 1.1.0 (2017-12-04)
==========================

- Added tests for the validators mapping
- Minor syntax changes
Expand Down
2 changes: 1 addition & 1 deletion formidable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@


default_app_config = 'formidable.app.FormidableConfig'
version = '1.1.0.dev0'
version = '1.1.0'
json_version = latest_version

0 comments on commit 9b9b604

Please sign in to comment.