jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/415537 )
Change subject: [doc] Publish next release ......................................................................
[doc] Publish next release
Change-Id: If84c5ba8af8be7f6ebdd10ff267f581fbcc196d0 --- M HISTORY.rst M docs/conf.py 2 files changed, 4 insertions(+), 3 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index 572780a..bb22897 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,7 +1,7 @@ Release history ===============
-Current release +3.0.20180301 ---------------
* Changed requirements for requests and sseclient @@ -141,4 +141,5 @@ * First PyWikipediaBot framework release * scripts and libraries for standardizing content * tools for making minor modifications -* script making interwiki links \ No newline at end of file +* script making interwiki links + diff --git a/docs/conf.py b/docs/conf.py index d2cfb00..f37ad14 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -67,7 +67,7 @@ # The short X.Y version. version = '3.0' # The full version, including alpha/beta/rc tags. -release = '3.0.20180204' +release = '3.0.20180301'
# The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
pywikibot-commits@lists.wikimedia.org