jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/454861 )
Change subject: [doc] Prepare next release ......................................................................
[doc] Prepare next release
Change-Id: I617dc550b618a2d95116785cf864bf4cb34110d1 --- M HISTORY.rst M docs/conf.py 2 files changed, 7 insertions(+), 1 deletion(-)
Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index b2e5ed2..ca50425 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ Current release ---------------
+* Bugfixes and improvements +* Localisation updates + +3.0.20180823 +------------ + * Don't reset Bot._site to None if we have already a site object (T125046) * pywikibot.site.Siteinfo: Fix the bug in cache_time when loading a CachedRequest (T202227) * pagegenerators._handle_recentchanges: Do not request for reversed results (T199199) diff --git a/docs/conf.py b/docs/conf.py index 3cf3d95..e08c3d4 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.20180710' +release = '3.0.20180823'
# The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
pywikibot-commits@lists.wikimedia.org