Skip to content

Commit 56500de

Browse files
committed
Release 3.3.0
- Add support to Django 2.2 (#326). - Add support to Python 3.7 & 3.8 (#374).
1 parent be70d0c commit 56500de

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CHANGELOG.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
ChangeLog
33
=========
44

5-
master (unreleased)
6-
===================
5+
Release 3.3.0 (2019-11-29)
6+
==========================
77

88
- Add support to Django 2.2 (#326).
9-
- Add support to Python 3.7 & 3.8.
9+
- Add support to Python 3.7 & 3.8 (#374).
1010

1111
Release 3.2.0 (2019-11-07)
1212
==========================

docs/source/deprecations.rst

+13-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,23 @@
22
Deprecation timeline
33
====================
44

5-
From 3.2.0 to... ?
6-
==================
5+
From 3.2.0 to 3.3.0
6+
===================
7+
8+
Django versions
9+
---------------
710

8-
.. versionadded:: X.Y.Z
11+
.. versionadded:: 3.3.0
912

1013
Added support for Django 2.2. Django Formidable should probably work on Django 2.0 and 2.1, but it's not in our test suite. We've decided to skip those versions because of their short-term support.
1114

15+
Python versions
16+
---------------
17+
18+
.. versionadded:: 3.3.0
19+
20+
Added support for Python 3.7 and 3.8
21+
1222

1323
From 3.1.0 to 3.2.0
1424
===================

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

0 commit comments

Comments
 (0)