jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/902849 )
Change subject: [doc] Update HISTORY.rst and CHANGELOG.rst ...................................................................... [doc] Update HISTORY.rst and CHANGELOG.rst Also increase version to 8.1.0.dev2 Change-Id: Ifba96f22cacf545fc2fba02bf75b7e34756aa11d --- M scripts/CHANGELOG.rst M pywikibot/__metadata__.py M HISTORY.rst 3 files changed, 27 insertions(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/HISTORY.rst b/HISTORY.rst index fd9d1b2..78db826 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ Release history =============== +8.0.2 +----- +*25 March 2023* + +* Add support for anpwiki (:phab:`T332115`) + + 8.0.1 ----- *04 March 2023* diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 4c139f8..711d29e 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -11,7 +11,7 @@ __name__ = 'pywikibot' -__version__ = '8.1.0.dev0' +__version__ = '8.1.0.dev2' __description__ = 'Python MediaWiki Bot Framework' __maintainer__ = 'The Pywikibot team' __maintainer_email__ = '[email protected]' diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index 20e73bf..01c5615 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -1,6 +1,14 @@ Scripts Changelog ================= +8.0.2 +----- + +clean_sandbox +~~~~~~~~~~~~~ + +* L10N es-wikis + 8.0.1 ----- -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/902849 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Ifba96f22cacf545fc2fba02bf75b7e34756aa11d Gerrit-Change-Number: 902849 Gerrit-PatchSet: 3 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: D3r1ck01 <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-CC: Meno25 <[email protected]> Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
