jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/563660 )
Change subject: [doc] Prepare next release ......................................................................
[doc] Prepare next release
Change-Id: Idbb33ce2db06e3aedff548f664007f048f09644f --- M HISTORY.rst M docs/conf.py 2 files changed, 7 insertions(+), 1 deletion(-)
Approvals: Dvorapa: Looks good to me, but someone else must approve Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index 2b34323..81868a0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ Current release ---------------
+* Bugfixes and improvements +* Localisation updates + +3.0.20200111 +------------ + * Fix broken get_version() in setup.py (T198374) * Rewrite site.log_page/site.unlock_page implementation * Require requests 2.20.1 (T241934) diff --git a/docs/conf.py b/docs/conf.py index 57f1351..1a1cb04 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.20190722' +release = '3.0.20200111'
# The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
pywikibot-commits@lists.wikimedia.org