jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[6.4] Increase Pywikibot version to 6.4

Also update ROADMAP.rst

Change-Id: Id9f97887bd8db4bf6519e1c7b6b48f0c53fde9e6
---
M .appveyor.yml
M ROADMAP.rst
M pywikibot/__metadata__.py
3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 530b029..9dfc4f2 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,7 +1,7 @@
image: Visual Studio 2019
clone_depth: 50
skip_tags: true
-version: 6.3.{build}
+version: 6.4.{build}
environment:

PYWIKIBOT_DIR: "%appdata%\\Pywikibot"
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 90d93cd..f489cd6 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,7 +1,11 @@
Current release changes
^^^^^^^^^^^^^^^^^^^^^^^

-* (no changes yet)
+* Show a warning if pywikibot.__version__ is behind scripts.__version__ (T282766)
+* Handle <ce>/<chem> tags as <math> aliases within textlib.replaceExcept() (T283990)
+* Expand simulate query response for wikibase support (T76694)
+* Double the wait time if ratelimit exceeded (T270912)
+* Deprecated extract_templates_and_params_mwpfh and extract_templates_and_params_regex functions were removed

Deprecations
^^^^^^^^^^^^
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 132eb62..17dab0e 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -11,7 +11,7 @@


__name__ = 'pywikibot'
-__version__ = '6.3.1.dev0'
+__version__ = '6.4.0.dev0'
__description__ = 'Python MediaWiki Bot Framework'
__maintainer__ = 'The Pywikibot team'
__maintainer_email__ = 'pywikibot@lists.wikimedia.org'

To view, visit change 697923. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Id9f97887bd8db4bf6519e1c7b6b48f0c53fde9e6
Gerrit-Change-Number: 697923
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged