Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[8.2.0d1] Update to r8.2.0d1

- update ROADMAP and HISTORY.rst
- update scripts version

Change-Id: I5331b4dc20e1386e34985572e8b230d78de7bd5a
---
M ROADMAP.rst
M pywikibot/__metadata__.py
M HISTORY.rst
M scripts/__init__.py
4 files changed, 24 insertions(+), 5 deletions(-)

diff --git a/HISTORY.rst b/HISTORY.rst
index d68ff25..b65bc8a 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,15 @@
Release history
===============

+8.1.1
+-----
+*21 April 2023*
+
+* Add support for fatwikipedia (:phab:`T335021`)
+* Add support for kcgwiktionary (:phab:`T334742`)
+* Update for wowwiki family
+
+
8.1.0
-----
*16 April 2023*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index aeeec5e..1adb1ab 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,9 +1,7 @@
Current release
---------------

-* Add support for fatwikipedia (:phab:`T335021`)
-* Add support for kcgwiktionary (:phab:`T334742`)
-* Update for wowwiki family
+* *(no changes yet)*


Deprecations
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index a816904..350ffc0 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -11,7 +11,7 @@


__name__ = 'pywikibot'
-__version__ = '8.2.0.dev0'
+__version__ = '8.2.0.dev1'
__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 4be7d80..643e159 100644
--- a/scripts/__init__.py
+++ b/scripts/__init__.py
@@ -29,4 +29,4 @@
#
# Distributed under the terms of the MIT license.
#
-__version__ = '8.1.0'
+__version__ = '8.2.0'

To view, visit change 910746. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I5331b4dc20e1386e34985572e8b230d78de7bd5a
Gerrit-Change-Number: 910746
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged