jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/697417 )
Change subject: [6.3.1] Prepare next release ......................................................................
[6.3.1] Prepare next release
Change-Id: I172757096455f448b43712cbefb575b0e4c90d78 --- M HISTORY.rst M ROADMAP.rst M pywikibot/__metadata__.py 3 files changed, 14 insertions(+), 7 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index 8348776..031c036 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,18 @@ Release history ^^^^^^^^^^^^^^^
+6.3.0 +----- +*31 May 2021* + +* Check bot/nobots templates for cosmetic_changes hook (T283989) +* Remove outdated opt._option which is already dropped (T284005) +* Use IntEnum with cosmetic_changes CANCEL +* Remove lru_cahce from botMayEdit method and fix it's logic (T283957) +* DataSite.createNewItemFromPage() method was removed in favour of ImagePage.fromPage() (T98663) +* mwparserfromhell or wikitextparser MediaWiki markup parser is mandatory (T106763) + + 6.2.0 ----- *28 May 2021* diff --git a/ROADMAP.rst b/ROADMAP.rst index 2a9fdcb..90d93cd 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,12 +1,7 @@ Current release changes ^^^^^^^^^^^^^^^^^^^^^^^
-* Check bot/nobots templates for cosmetic_changes hook (T283989) -* Remove outdated opt._option which is already dropped (T284005) -* Use IntEnum with cosmetic_changes CANCEL -* Remove lru_cahce from botMayEdit method and fix it's logic (T283957) -* DataSite.createNewItemFromPage() method was removed in favour of ImagePage.fromPage() (T98663) -* mwparserfromhell or wikitextparser MediaWiki markup parser is mandatory (T106763) +* (no changes yet)
Deprecations ^^^^^^^^^^^^ diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index c6b6d14..132eb62 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -11,7 +11,7 @@
__name__ = 'pywikibot' -__version__ = '6.3.0' +__version__ = '6.3.1.dev0' __description__ = 'Python MediaWiki Bot Framework' __maintainer__ = 'The Pywikibot team' __maintainer_email__ = 'pywikibot@lists.wikimedia.org'
pywikibot-commits@lists.wikimedia.org