jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/431107 )
Change subject: [doc] Prepare next release ......................................................................
[doc] Prepare next release
Change-Id: Ia59583bac96a868221492364367d2fd7808015d3 --- M HISTORY.rst M docs/conf.py 2 files changed, 8 insertions(+), 2 deletions(-)
Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index f7c8f05..3923bbf 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ Current release ---------------
+* Bugfixes and improvements +* Localisation updates + +3.0.20180505 +------------ + * Enable makepath and datafilepath not to create the directory * Use API's retry-after value (T144023) * Provide startprefix parameter for Category.articles() (T74101, T143120) @@ -17,7 +23,7 @@ 3.0.20180403 ------------
-* Deprecation warning: support for py2.7.2 and py2.7.3 will be dropped +* Deprecation warning: support for Python 2.7.2 and 2.7.3 will be dropped (T191192) * Dropped support for Python 2.6 (T154771) * Dropped support for Python 3.3 (T184508) * Bugfixes and improvements diff --git a/docs/conf.py b/docs/conf.py index fb67bf4..170096e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,7 +73,7 @@ # The short X.Y version. version = '3.0' # The full version, including alpha/beta/rc tags. -release = '3.0.20180403' +release = '3.0.20180505'
# The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
pywikibot-commits@lists.wikimedia.org