Xqt submitted this change.
Revert "[7.0.0] Prepare next release after 6.6.1 bugfix"
This reverts commit 4858b69e3a457adc8a9ea71cd68ed04455ecb493.
Reason for revert: should be master
Change-Id: I2ef3c1ab18ea845cc86d9bb2f05bacba6ede1ca5
---
M HISTORY.rst
M ROADMAP.rst
M pywikibot/__metadata__.py
M scripts/__init__.py
4 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/HISTORY.rst b/HISTORY.rst
index 65b5cfd..1706147 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,15 +1,6 @@
Release history
^^^^^^^^^^^^^^^
-6.6.1
------
-*21 September 2021*
-
-* Fix for removed action API token parameters of MediaWiki 1.37 (T291202)
-* APISite.validate_tokens() no longer replaces outdated tokens (T291202)
-* L10N updates
-
-
6.6.0
-----
*15 September 2021*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 9104fe8..b0d92de 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,7 +1,9 @@
Current release changes
^^^^^^^^^^^^^^^^^^^^^^^
-* (No changes yet)
+* Fix for removed action API token parameters of MediaWiki 1.37 (T291202)
+* APISite.validate_tokens() no longer replaces outdated tokens (T291202)
+* L10N updates
Deprecations
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 98f2899..6481068 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -11,7 +11,7 @@
__name__ = 'pywikibot'
-__version__ = '7.0.0.dev0'
+__version__ = '6.6.1'
__description__ = 'Python MediaWiki Bot Framework'
__maintainer__ = 'The Pywikibot team'
__maintainer_email__ = 'pywikibot@lists.wikimedia.org'
diff --git a/scripts/__init__.py b/scripts/__init__.py
index c99eb71..2003247 100644
--- a/scripts/__init__.py
+++ b/scripts/__init__.py
@@ -29,4 +29,4 @@
#
# Distributed under the terms of the MIT license.
#
-__version__ = '7.0.0'
+__version__ = '6.6.1'
To view, visit change 722457. To unsubscribe, or for help writing mail filters, visit settings.