jenkins-bot merged this change.

View Change

Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
[doc] Prepare next release

Change-Id: Ia59583bac96a868221492364367d2fd7808015d3
---
M HISTORY.rst
M docs/conf.py
2 files changed, 8 insertions(+), 2 deletions(-)

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.

To view, visit change 431107. To unsubscribe, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia59583bac96a868221492364367d2fd7808015d3
Gerrit-Change-Number: 431107
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Dalba <dalba.wiki@gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Zoranzoki21 <zorandori4444@gmail.com>
Gerrit-Reviewer: jenkins-bot <>