Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/959244 )

Change subject: [8.4.0.dev3] Update master branch
......................................................................

[8.4.0.dev3] Update master branch

Change-Id: Iad131b3a127594419fb82dd8320d92c785f5352b
---
M ROADMAP.rst
M pywikibot/__metadata__.py
M HISTORY.rst
M pywikibot/site/_apisite.py
4 files changed, 22 insertions(+), 6 deletions(-)

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




diff --git a/HISTORY.rst b/HISTORY.rst
index 3be84a5..30e2456 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,12 +1,21 @@
 Release history
 ===============

+8.3.3
+-----
+*20. September 2023*
+
+* Extract code and family from dbname in :meth:`site.APISite.fromDBName()
+  <pywikibot.site._apisite.APISite.fromDBName>` (:phab:`T345036`)
+* L10N and i18n updates
+
+
 8.3.2
 -----
 *29. August 2023*

 * Add support for tlywiki (:phab:`T345172`)
-* i18n updates
+* L10N and i18n updates


 8.3.1
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 20647e7..9814645 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -6,12 +6,10 @@
   method became a staticmethod (:phab:`T306637`)
 * raise ValueError when :class:`pywikibot.FilePage` title doesn't have a valid 
file extension (:phab:`T345786`)
 * :attr:`site.APISite.file_extensions 
<pywikibot.site._apisite.APISite.file_extensions>` property was added 
(:phab:`T345786`)
-* Extract code and family from dbname in :meth:`site.APISite.fromDBName()
-  <pywikibot.site._apisite.APISite.fromDBName>` (:phab:`T345036`)
 * ``dropdelay`` and ``releasepid`` attributes of :class:`throttle.Throttle` 
where deprecated
   in favour of `expiry` class attribute
 * Add https scheme if missing in url asked by 
:mod:`pywikibot.scripts.generate_family_file`
-* i18n updates
+* L10N updates and i18n updates
 * use inline re.IGNORECASE flag in :func:`textlib.case_escape` function 
(:phab:`T308265`)
 * Convert URL-encoded characters also for links outside main namespace with
   :meth:`cosmetic_changes.CosmeticChangesToolkit.cleanUpLinks` 
(:phab:`T342470`)
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index dce7f31..99bdf96 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -11,7 +11,7 @@


 __name__ = 'pywikibot'
-__version__ = '8.4.0.dev2'
+__version__ = '8.4.0.dev3'
 __description__ = 'Python MediaWiki Bot Framework'
 __maintainer__ = 'The Pywikibot team'
 __maintainer_email__ = '[email protected]'
diff --git a/pywikibot/site/_apisite.py b/pywikibot/site/_apisite.py
index 99be28c..33d1752 100644
--- a/pywikibot/site/_apisite.py
+++ b/pywikibot/site/_apisite.py
@@ -191,7 +191,7 @@
     ) -> BaseSite:
         """Create a site from a database name using the sitematrix.

-        .. versionchanged:: 8.4
+        .. versionchanged:: 8.3.3
            changed from classmethod to staticmethod.

         :param dbname: database name

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/959244
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: Iad131b3a127594419fb82dd8320d92c785f5352b
Gerrit-Change-Number: 959244
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to