From 7c9dc029c7339fe180fdba53dc1911852d6872db Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 18 Aug 2016 12:05:29 +0100 Subject: [PATCH] Release note for #2877 --- CHANGELOG.txt | 1 + docs/releases/1.7.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 85d3d7f2b0..7137f1b4a0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,6 +4,7 @@ Changelog 1.7 (xx.xx.xxxx) ~~~~~~~~~~~~~~~~ + * The Wagtail version number can now be obtained as a tuple using ``from wagtail import VERSION`` (Tim Heap) * Fix: Migrations for wagtailcore and project template are now reversible (Benjamin Bach) diff --git a/docs/releases/1.7.rst b/docs/releases/1.7.rst index 11987de450..cc5c0fc361 100644 --- a/docs/releases/1.7.rst +++ b/docs/releases/1.7.rst @@ -14,6 +14,8 @@ What's new Minor features ~~~~~~~~~~~~~~ +* The Wagtail version number can now be obtained as a tuple using ``from wagtail import VERSION`` (Tim Heap) + Bug fixes ~~~~~~~~~