Skip to content

Commit aaa08a8

Browse files
committed
v2.1.0
1 parent fdef2bb commit aaa08a8

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 2.1.0 (2018-06-21)
6+
==========================
77

88
- Added the JSON ``version`` when going through the ``Formidable.to_json()`` class method. This would ensure that stored schemas would carry their version and wouldn't need extra JSON schema migrations (#337).
99

formidable/__init__.py

+1-1
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 = '2.0.1.dev0'
6+
version = '2.1.0'
77
json_version = latest_version

0 commit comments

Comments
 (0)