Skip to content

Commit ddbed64

Browse files
committed
v1.7.0
Changelog: **Deprecation Warning**: Support for django<=1.9 will be dropped by the version 2.0.0. - Added a tool to build the JSON Schema from the ``formidable.yml`` file, and include it into the documentation. - Add a deprecation warning for django 1.8 and 1.9
1 parent 4fa8140 commit ddbed64

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.rst

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

5-
master (unreleased)
6-
===================
5+
Release 1.7.0 (2018-04-20)
6+
==========================
77

88
**Deprecation Warning**: Support for django<=1.9 will be dropped by the version 2.0.0.
99

docs/source/deprecations.rst

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

5+
Next deprecations
6+
=================
7+
8+
The 1.7.0 version will be the last one to support Django 1.8 & 1.9.
9+
510
From 1.3.0 to 1.4.0
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.7.0.dev0'
6+
version = '1.7.0'
77
json_version = latest_version

0 commit comments

Comments
 (0)