jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/408487 )
Change subject: [doc] Prepare next release ......................................................................
[doc] Prepare next release
Change-Id: I4630ed67a778cd2b54b1e8a4cee610f89bbd57ef --- M HISTORY.rst M docs/conf.py 2 files changed, 8 insertions(+), 2 deletions(-)
Approvals: Framawiki: Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index e2bbd3c..f829df2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,12 @@ Current release ---------------
+* Bugfixes and improvements +* Localisation updates + +3.0.20180204 +------------ + * Deprecation warning: support for py2.6 and py3.3 will be dropped * Bugfixes and improvements * Localisation updates diff --git a/docs/conf.py b/docs/conf.py index 60cfe23..85380aa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@
# General information about the project. project = 'Pywikibot' -copyright = '2017, Pywikibot team' +copyright = '2003-2018, Pywikibot team'
# The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -63,7 +63,7 @@ # The short X.Y version. version = '3.0' # The full version, including alpha/beta/rc tags. -release = '3.0.20170713' +release = '3.0.20180204'
# The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
pywikibot-commits@lists.wikimedia.org