Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
- Add support to Django 2.2 (#326).
- Add support to Python 3.7 & 3.8 (#374).
  • Loading branch information
brunobord committed Nov 29, 2019
1 parent be70d0c commit 56500de
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
ChangeLog
=========

master (unreleased)
===================
Release 3.3.0 (2019-11-29)
==========================

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

Release 3.2.0 (2019-11-07)
==========================
Expand Down
16 changes: 13 additions & 3 deletions docs/source/deprecations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,23 @@
Deprecation timeline
====================

From 3.2.0 to... ?
==================
From 3.2.0 to 3.3.0
===================

Django versions
---------------

.. versionadded:: X.Y.Z
.. versionadded:: 3.3.0

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.

Python versions
---------------

.. versionadded:: 3.3.0

Added support for Python 3.7 and 3.8


From 3.1.0 to 3.2.0
===================
Expand Down
2 changes: 1 addition & 1 deletion formidable/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
from .json_migrations import latest_version

default_app_config = 'formidable.app.FormidableConfig'
version = '3.3.0.dev0'
version = '3.3.0'
json_version = latest_version

0 comments on commit 56500de

Please sign in to comment.