diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9719e1f2..190a8a5a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +2.0.3 (09-10-2018) +------------------ + + - Add a `HIDE_TRANSLATION_TREES` setting with an edit in [language] button + + 2.0.2 (20-06-2018) ------------------ diff --git a/docs/source/releases/2.0.3.rst b/docs/source/releases/2.0.3.rst new file mode 100644 index 00000000..68f77960 --- /dev/null +++ b/docs/source/releases/2.0.3.rst @@ -0,0 +1,20 @@ +================================ +Wagtailtrans 2.0.3 release notes +================================ + +.. contents:: + :local: + :depth: 1 + + +----------- +What is new +----------- + +This release contains a setting to hide the translated trees and +provides an edit in language on the canonical language. + +Features +~~~~~~~~ + +- Add a `HIDE_TRANSLATION_TREES` setting with an edit in [language] button diff --git a/docs/source/releases/index.rst b/docs/source/releases/index.rst index e1984cb2..ba042027 100644 --- a/docs/source/releases/index.rst +++ b/docs/source/releases/index.rst @@ -8,6 +8,7 @@ Release notes .. toctree:: :maxdepth: 1 + 2.0.3 2.0.2 2.0.1 2.0 diff --git a/src/wagtailtrans/__init__.py b/src/wagtailtrans/__init__.py index 7eb8f7d5..7b454793 100644 --- a/src/wagtailtrans/__init__.py +++ b/src/wagtailtrans/__init__.py @@ -1,6 +1,6 @@ default_app_config = 'wagtailtrans.apps.WagtailTransConfig' -VERSION = (2, 0, 2, 'final') +VERSION = (2, 0, 3, 'final') def get_version():