jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/488472 )
Change subject: [doc] Prepare next release ......................................................................
[doc] Prepare next release
Change-Id: I5968a905bc5b79d8eeac575c93956c69c34b99cf --- M HISTORY.rst M docs/conf.py 2 files changed, 7 insertions(+), 1 deletion(-)
Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index d16618f..c15d03a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ Current release ---------------
+* Bugfixes and improvements +* Localisation updates + +3.0.20190204 +------------ + * Support python version 3.7 * pagegenerators.py: add -querypage parameter to yield pages provided by any special page (T214234) * Fix comparison of str, bytes and int literal with diff --git a/docs/conf.py b/docs/conf.py index ab3abdc..52a1f7a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,7 +71,7 @@ # The short X.Y version. version = '3.0' # The full version, including alpha/beta/rc tags. -release = '3.0.20190106' +release = '3.0.20190204'
# The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
pywikibot-commits@lists.wikimedia.org