Skip to content

Commit

Permalink
[9.3.0d1] Update master release after 9.2.1 stable release
Browse files Browse the repository at this point in the history
Change-Id: Ie806ddde9bc5ffeb6c498a0297a31c06d5bd6b78
  • Loading branch information
xqt committed Jul 13, 2024
1 parent 22a8296 commit 4c9357f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release History
===============

9.2.1
-----
*13 July 2024*

* Add support for ``aewikimedia`` to Pywikibot (:phab:`T362529`)
* i18n updates


9.2.0
-----
*22 June 2024*
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.3.0.dev0'
__version__ = '9.3.0.dev1'
__url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot'
__copyright__ = f'2003-{strftime("%Y")}, Pywikibot team'

0 comments on commit 4c9357f

Please sign in to comment.