jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/971615 )

Change subject: [8.6] Prepare next release
......................................................................

[8.6] Prepare next release

Change-Id: I21e72f51b0446f015e9236ceeb4e2d1a64dc3ec3
---
M .appveyor.yml
M ROADMAP.rst
M pywikibot/__metadata__.py
M HISTORY.rst
M scripts/__init__.py
5 files changed, 33 insertions(+), 16 deletions(-)

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




diff --git a/.appveyor.yml b/.appveyor.yml
index f374f7f..cf53988 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -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"
diff --git a/HISTORY.rst b/HISTORY.rst
index ac0003a..272ffcb 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -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*
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 6936180..bcf1442 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -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
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 980be8e..b385c6f 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -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__ = '[email protected]'
diff --git a/scripts/__init__.py b/scripts/__init__.py
index f0a0608..70309c2 100644
--- a/scripts/__init__.py
+++ b/scripts/__init__.py
@@ -29,4 +29,4 @@
 #
 # Distributed under the terms of the MIT license.
 #
-__version__ = '8.5.0'
+__version__ = '8.6.0'

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/971615
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: I21e72f51b0446f015e9236ceeb4e2d1a64dc3ec3
Gerrit-Change-Number: 971615
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[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