jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[6.0.2] Prepare next release

Change-Id: I8ba26b6633fa724c39ee36a81c96fe3daea173ff
---
M HISTORY.rst
M ROADMAP.rst
M pywikibot/__metadata__.py
3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/HISTORY.rst b/HISTORY.rst
index 99edc5a..d71a090 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,12 @@
Release history
===============

+6.0.1
+-----
+*20 March 2021*
+
+* Add support for taywiki, trvwiki and mnwwiktionary (T275838, T276128, T276250)
+
6.0.0
-----
*16 March 2021*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index f6d32d1..427fb8f 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,6 +1,11 @@
Current release changes
~~~~~~~~~~~~~~~~~~~~~~~

+* (No changes yet)
+
+6.0.1
+~~~~~
+
* Add support for taywiki, trvwiki and mnwwiktionary (T275838, T276128, T276250)

6.0.0
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index f1e4408..b512ae8 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -5,7 +5,7 @@
# Distributed under the terms of the MIT license.
#
__name__ = 'pywikibot'
-__version__ = '6.0.1'
+__version__ = '6.0.2.dev0'
__description__ = 'Python MediaWiki Bot Framework'
__maintainer__ = 'The Pywikibot team'
__maintainer_email__ = 'pywikibot@lists.wikimedia.org'

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

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