Skip to content

Commit f40d7d9

Browse files
committed
v3.1.0
1 parent c6b5779 commit f40d7d9

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
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 3.1.0 (2019-06-03)
6+
==========================
77

88
- Fix documentation build (#363).
99
- Upgrade requirements to Django REST Framework 3.9.x.

docs/source/deprecations.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,23 @@
22
Deprecation timeline
33
====================
44

5+
From 3.0.1 to 3.1.0
6+
===================
7+
8+
June 3rd, 2019
9+
10+
Django REST Framework versions
11+
------------------------------
12+
13+
.. new:: 3.1.0
14+
15+
Support for Django REST Framework on all versions up to the 3.9 series.
16+
17+
518
From 2.1.2 to 3.0.0
619
===================
720

8-
Octobre 31st, 2018
21+
October 31st, 2018
922

1023
Django REST Framework versions
1124
------------------------------

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

0 commit comments

Comments
 (0)