jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/524741 )
Change subject: [doc] Prepare next release ......................................................................
[doc] Prepare next release
Change-Id: Iff4acf1949a7c5380f1d4c559383863312272c3f --- M HISTORY.rst M docs/conf.py 2 files changed, 7 insertions(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index 95ff932..f6694f9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ Current release ---------------
+* Bugfixes and improvements +* Localisation updates + +3.0.20190722 +------------ + * Increase the throttling delay if maxlag >> retry-after (T210606) * deprecate test_family: Site('test', 'test'), use wikipedia_family: Site('test', 'wikipedia') instead (T228375, T228300) * Add "user_agent_description" option in config.py diff --git a/docs/conf.py b/docs/conf.py index cd50360..db93772 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.20190430' +release = '3.0.20190722'
# The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
pywikibot-commits@lists.wikimedia.org