jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1036669?usp=email )
Change subject: [9.2.0d3] Follow-up for Pywikibot 9.1.3 ......................................................................
[9.2.0d3] Follow-up for Pywikibot 9.1.3
Change-Id: I58239fd83508fe852576a61b30f70106fefa17b5 --- M HISTORY.rst M pywikibot/__metadata__.py 2 files changed, 8 insertions(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index f9cefb7..3135942 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ Release history ===============
+9.1.3 +----- +*28.05.2024* + +* Add support for dtpwiki (:phab:`T365232`) +* i18n updates + 9.1.2 ----- *03 May 2024* diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 362e90a..6e5a9d0 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime
-__version__ = '9.2.0.dev2' +__version__ = '9.2.0.dev3' __url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot' __copyright__ = f'2003-{strftime("%Y")}, Pywikibot team'
pywikibot-commits@lists.wikimedia.org