Bumped version for 2.0 release

This commit is contained in:
Tim Graham
2017-01-07 15:59:16 -05:00
parent 65a75bade7
commit b8d73b1d1a
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@ Changelog
This page details the changes in the various ``django-formtools`` releases.
2.0 (Not yet released)
----------------------
2.0 (2017-01-07)
----------------
- Added the ``request`` parameter to :meth:`FormPreview.parse_params()
<formtools.preview.FormPreview.parse_params>`.

View File

@@ -1,3 +1,3 @@
__version__ = '1.0'
__version__ = '2.0'
default_app_config = 'formtools.apps.FormToolsConfig'