Skip to content

Commit 522920c

Browse files
committed
v1.0.2
1 parent fb9dbeb commit 522920c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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.0.2 (2017-10-10)
6+
==========================
77

88
- As of its 3.7 version, it appears that Django REST Framework is no longer compatible with Django 1.8. Added a mention in the README, in the deprecation timeline, and changed tox requirements to reflect this (#272).
99
- Drop Preset tables (#255).

formidable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
default_app_config = 'formidable.app.FormidableConfig'
2-
version = '1.0.2.dev0'
2+
version = '1.0.2'

0 commit comments

Comments
 (0)