jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/423704 )
Change subject: [doc] Prepare next release ......................................................................
[doc] Prepare next release
Change-Id: I2d95732d235d27652ed44ffc4a1f61acfe0b08a6 --- M HISTORY.rst M docs/conf.py 2 files changed, 8 insertions(+), 1 deletion(-)
Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index 525006e..067510d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@
Current release --------------- + +* Bugfixes and improvements +* Localisation updates + +3.0.20180403 +------------ + * Deprecation warning: support for py2.7.2 and py2.7.3 will be dropped * Dropped support for Python 2.6 (T154771) * Dropped support for Python 3.3 (T184508) diff --git a/docs/conf.py b/docs/conf.py index 9ead2b0..2c140a4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,7 +67,7 @@ # The short X.Y version. version = '3.0' # The full version, including alpha/beta/rc tags. -release = '3.0.20180304' +release = '3.0.20180403'
# The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
pywikibot-commits@lists.wikimedia.org