jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/493661 )
Change subject: [doc] Prepare next release ......................................................................
[doc] Prepare next release
Also fix HISTORY.rst
Change-Id: I01b67a78ee67e56201eb9b5de3017970d2def12d --- M HISTORY.rst M docs/conf.py 2 files changed, 7 insertions(+), 2 deletions(-)
Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index 845f815..7e9aee1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,11 +4,16 @@ Current release ---------------
+* Bugfixes and improvements +* Localisation updates + +3.0.20190301 +------------ * Fix version comparison (T164163) * Remove pre MediaWiki 1.14 code * Dropped support for py2.7.2 and py2.7.3 (T191192) * Fix header regex beginning with a comment (T209712) -* Implement Claim.__eq__ (T766159 +* Implement Claim.__eq__ (T76615) * cleanup config2.py * Add missing Wikibase API write actions * Bugfixes and improvements diff --git a/docs/conf.py b/docs/conf.py index 5251c73..9322320 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.20190204' +release = '3.0.20190301'
# The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
pywikibot-commits@lists.wikimedia.org