Skip to content

Commit

Permalink
[9.3.1] Publish Pywikibot 9.3.1
Browse files Browse the repository at this point in the history
Change-Id: I9d40b8059ca4fd68abbeb5c12b920b6372efaf27
  • Loading branch information
xqt committed Aug 6, 2024
1 parent 7258e84 commit 6e8de46
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ROADMAP.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Current Release Changes
=======================

* (no changes yet)
* Add support for bdrwiki (:phab:`T371762`)
* i18n updates

Current Deprecations
====================
Expand Down
2 changes: 1 addition & 1 deletion pywikibot/__metadata__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
from time import strftime


__version__ = '9.4.0.dev0'
__version__ = '9.3.1'
__url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot'
__copyright__ = f'2003-{strftime("%Y")}, Pywikibot team'
11 changes: 10 additions & 1 deletion scripts/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
Scripts Changelog
=================

9.3.1
-----

reflinks
^^^^^^^^

* Ignore LookupError when decoding meta content (:phab:`T371687`)


9.3.0
-----

delinker
^^^^^^^^

* Ignore file extension check :phab:`T352237`)
* Ignore file extension check (:phab:`T352237`)

fixing_redirects
^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion scripts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
from __future__ import annotations


__version__ = '9.4.0'
__version__ = '9.3.1'

0 comments on commit 6e8de46

Please sign in to comment.