Skip to content

Commit

Permalink
[8.6] Prepare next release
Browse files Browse the repository at this point in the history
Change-Id: I21e72f51b0446f015e9236ceeb4e2d1a64dc3ec3
  • Loading branch information
xqt committed Nov 5, 2023
1 parent 16b0b60 commit 21b03cb
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: Visual Studio 2022
clone_depth: 50
skip_tags: true
version: 8.5.{build}
version: 8.6.{build}
environment:

PYWIKIBOT_DIR: "%appdata%\\Pywikibot"
Expand Down
19 changes: 19 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
Release history
===============

8.5.0
-----
*05. November 2023*

* Add a pagegenerators filter option to check if a page is redirect (:phab:`T261549`)
* Add support for ``vikidia:nl`` site
* Replace MediaWiki API deprecated ``inprop=preload`` with ``preloadcontent`` (:phab:`T348910`)
* Remove check for purge right from APISite.purgepages (:phab:`T349348`)
* Add MediaInfo editLabels, AddClaim and removeClaim functions (:phab:`T348422`)
* Drop unused ``Family.use_hard_category_redirects`` (:phab:`T348953`)
* No longer drop site decorators for optimized codes (:phab:`T74424`)
* Improve handling of uninitialized MediaInfo
* Add support for ``vikidia:ar`` site
* Make exception about missing mediainfo more friendly
* L10N and i18n updates
* Give visible error to user when there are no rights (:phab:`T345342`)


8.4.0
-----
*07. October 2023*
Expand Down
15 changes: 2 additions & 13 deletions ROADMAP.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
Current release
---------------

* Add a pagegenerators filter option to check if a page is redirect (:phab:`T261549`)
* Add support for ``vikidia:nl`` site
* Replace MediaWiki API deprecated ``inprop=preload`` with ``preloadcontent`` (:phab:`T348910`)
* Remove check for purge right from APISite.purgepages (:phab:`T349348`)
* Add MediaInfo editLabels, AddClaim and removeClaim functions (:phab:`T348422`)
* Drop unused ``Family.use_hard_category_redirects`` (:phab:`T348953`)
* No longer drop site decorators for optimized codes (:phab:`T74424`)
* Improve handling of uninitialized MediaInfo
* Add support for ``vikidia:ar`` site
* Make exception about missing mediainfo more friendly
* L10N and i18n updates
* Give visible error to user when there are no rights (:phab:`T345342`)
* **Python 3.6 support will be discontinued** and this is the last version supporting it.
* (no changes yet)
* **Python 3.6 support will be discontinued soon**.


Deprecations
Expand Down
2 changes: 1 addition & 1 deletion pywikibot/__metadata__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


__name__ = 'pywikibot'
__version__ = '8.5.0'
__version__ = '8.6.0.dev0'
__description__ = 'Python MediaWiki Bot Framework'
__maintainer__ = 'The Pywikibot team'
__maintainer_email__ = 'pywikibot@lists.wikimedia.org'
Expand Down
2 changes: 1 addition & 1 deletion scripts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
#
# Distributed under the terms of the MIT license.
#
__version__ = '8.5.0'
__version__ = '8.6.0'

0 comments on commit 21b03cb

Please sign in to comment.