jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1177974?usp=email )

Change subject: [10.4.0] Update version after stable 10.3.2 was published
......................................................................

[10.4.0] Update version after stable 10.3.2 was published

Also update ROADMAP.rst and HISTORY.rst; fix spelling mistakes.

Change-Id: I1971bffda644d9734be2ace8ecd10191d54bde54
---
M HISTORY.rst
M ROADMAP.rst
M pywikibot/__metadata__.py
3 files changed, 17 insertions(+), 5 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/HISTORY.rst b/HISTORY.rst
index be53ccc..0559415 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,15 @@
 Release History
 ===============

+10.3.2
+------
+*12 August 2025*
+
+* Add support for zghwiktionary, madwikisource, rkiwiki, minwikibooks
+  (:phab:`T391769`, :phab:`T392501`, :phab:`T395501`, :phab:`T399787`)
+* i18n updates
+
+
 10.3.1
 ------
 *08 August 2025*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 9be82b7..059e3be 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,6 +1,8 @@
 Current Release Changes
 =======================

+* Add 
:meth:`get_value_at_timestamp()<pywikibot.ItemPage.get_value_at_timestamp>` API
+  to :class:`pywikibot.ItemPage`  (:phab:`T400612`)
 * Cleanup :mod:`setup` module (:phab:`T396356`)
 * Implement :meth:`pywikibot.ItemPage.get_best_claim` (:phab:`T400610`)
 * Add *expiry* parameter to :meth:`BasePage.watch()<page.BasePage.watch>` and
@@ -14,11 +16,12 @@
 Pending removal in Pywikibot 13
 -------------------------------

-* 10.3.0: :meth:`throttle.Trottle.getDelay` and 
:meth:`throttle.Trottle.setDelays` were renamed; the
-  old methods will be removed (:phab:`T289318`)
-* 10.3.0: :attr:`throttle.Trottle.next_multiplicity` attribute is unused and 
will be removed
+* 10.3.0: :meth:`throttle.Throttle.getDelay` and 
:meth:`throttle.Throttle.setDelays` were renamed to
+  :meth:`get_delay()<throttle.Throttle.get_delay>` and :meth:`set_delays()
+  <throttle.Throttle.set_delays>`; the old methods will be removed 
(:phab:`T289318`)
+* 10.3.0: :attr:`throttle.Throttle.next_multiplicity` attribute is unused and 
will be removed
   (:phab:`T289318`)
-* 10.3.0: *requestsize* parameter of :class:`throttle.Trottle` call is 
deprecated and will be
+* 10.3.0: *requestsize* parameter of :class:`throttle.Throttle` call is 
deprecated and will be
   dropped (:phab:`T289318`)
 * 10.3.0: :func:`textlib.to_latin_digits` will be removed in favour of
   :func:`textlib.to_ascii_digits`, ``NON_LATIN_DIGITS`` of 
:mod:`userinterfaces.transliteration`
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 72ace79..663b66e 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -12,6 +12,6 @@
 from time import strftime
 

-__version__ = '10.4.0.dev1'
+__version__ = '10.4.0.dev2'
 __url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot'
 __copyright__ = f'2003-{strftime("%Y")}, Pywikibot team'

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1177974?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I1971bffda644d9734be2ace8ecd10191d54bde54
Gerrit-Change-Number: 1177974
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to