diff --git a/docs/changelog.rst b/docs/changelog.rst index bdb061a..678f288 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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() `. diff --git a/formtools/__init__.py b/formtools/__init__.py index 6c3a1cf..32c11e4 100644 --- a/formtools/__init__.py +++ b/formtools/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.0' +__version__ = '2.0' default_app_config = 'formtools.apps.FormToolsConfig'