Skip to content

Commit

Permalink
Prepare release for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Janneke Janssen committed Mar 16, 2018
1 parent e62b184 commit 837c55c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
@@ -1,13 +1,14 @@
Changelog
=========

1.0.0 (TBD)
-----------
2.0.0 (16-03-2018)
------------------

- Dropped support for Python 2
- Dropped support for Wagtail versions earlier than 2.0
- Dropped support for Django versions earlier than 1.11
- Refactor .py files to line length 119
- Changed the version number to be inline with Wagtail


0.2.0 (25-10-2017)
Expand Down
@@ -1,5 +1,5 @@
==============================
Wagtailtrans 1.0 release notes
Wagtailtrans 2.0 release notes
==============================

.. contents::
Expand All @@ -20,6 +20,7 @@ Features
- Dropped support for Wagtail versions earlier than 2.0
- Dropped support for Django versions earlier than 1.11
- Refactor .py files to line length 119
- Changed the version number to be inline with Wagtail

------------------------------
Backwards incompatible changes
Expand Down
2 changes: 1 addition & 1 deletion docs/source/releases/index.rst
Expand Up @@ -8,7 +8,7 @@ Release notes
.. toctree::
:maxdepth: 1

1.0
2.0
0.2
0.1.5
0.1.4
Expand Down
2 changes: 1 addition & 1 deletion src/wagtailtrans/__init__.py
@@ -1,6 +1,6 @@
default_app_config = 'wagtailtrans.apps.WagtailTransConfig'

VERSION = (0, 2, 0, 'dev1')
VERSION = (2, 0, 0, 'final')


def get_version():
Expand Down

0 comments on commit 837c55c

Please sign in to comment.