Xqt submitted this change.

View Change


Approvals: Xqt: Verified; Looks good to me, approved
[8.0.4] Publish Pywikibot 8.0.4

Change-Id: I16111919c09b84538bcac6e8701ea5d7d9ded9b4
---
M ROADMAP.rst
M pywikibot/__metadata__.py
M HISTORY.rst
3 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/HISTORY.rst b/HISTORY.rst
index 78db826..0ebca58 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,13 @@
Release history
===============

+8.0.3
+-----
+*29 March 2023*
+
+* Add support for ckb-wiktionary (:phab:`T332093`)
+
+
8.0.2
-----
*25 March 2023*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 2a876b9..502d798 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,7 +1,9 @@
Current release
---------------

-* Add support for ckb-wiktionary (:phab:`T332093`)
+* L10N Updates
+* Minimal needed mwparserfromhell was decreased to 0.5.2 (:phab:`T326498`, :phab:`T327600`)
+* No longer lazy load password cookies (:phab:`T271858`, :phab:`T326779`, :phab:`T329132`, :phab:`T330488`, :phab:`T331315`)


Deprecations
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 111d4c2..c77ae7b 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -11,7 +11,7 @@


__name__ = 'pywikibot'
-__version__ = '8.0.3'
+__version__ = '8.0.4'
__description__ = 'Python MediaWiki Bot Framework'
__maintainer__ = 'The Pywikibot team'
__maintainer_email__ = 'pywikibot@lists.wikimedia.org'

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: stable
Gerrit-Change-Id: I16111919c09b84538bcac6e8701ea5d7d9ded9b4
Gerrit-Change-Number: 908492
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged