Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/722579 )
Change subject: [7.0.0] Prepare next release after 6.6.1 bugfix ......................................................................
[7.0.0] Prepare next release after 6.6.1 bugfix
Change-Id: I16b47a99065549208835df4c096608cfd29292a6 --- M HISTORY.rst M ROADMAP.rst M pywikibot/__metadata__.py M scripts/__init__.py 4 files changed, 12 insertions(+), 5 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/HISTORY.rst b/HISTORY.rst index 1706147..65b5cfd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,15 @@ 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 b0d92de..9104fe8 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,9 +1,7 @@ Current release changes ^^^^^^^^^^^^^^^^^^^^^^^
-* Fix for removed action API token parameters of MediaWiki 1.37 (T291202) -* APISite.validate_tokens() no longer replaces outdated tokens (T291202) -* L10N updates +* (No changes yet)
Deprecations diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 6481068..98f2899 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -11,7 +11,7 @@
__name__ = 'pywikibot' -__version__ = '6.6.1' +__version__ = '7.0.0.dev0' __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 2003247..c99eb71 100644 --- a/scripts/__init__.py +++ b/scripts/__init__.py @@ -29,4 +29,4 @@ # # Distributed under the terms of the MIT license. # -__version__ = '6.6.1' +__version__ = '7.0.0'
pywikibot-commits@lists.wikimedia.org