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

Change subject: [5.4] Update ROADMAP.rst
......................................................................

[5.4] Update ROADMAP.rst

Also increase version number to 5.4

Change-Id: Ie155acdf49815c4770f46465e2fc708c4af9235f
---
M .appveyor.yml
M ROADMAP.rst
M pywikibot/__metadata__.py
3 files changed, 8 insertions(+), 5 deletions(-)

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



diff --git a/.appveyor.yml b/.appveyor.yml
index a096131..52f3b93 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,6 +1,6 @@
 clone_depth: 50
 skip_tags: true
-version: 5.3.{build}
+version: 5.4.{build}
 environment:

   APPVEYOR_PYTHON_URL: 
"https://raw.githubusercontent.com/dvorapa/python-appveyor-demo/master/appveyor/";
diff --git a/ROADMAP.rst b/ROADMAP.rst
index fb8ede4..5b25224 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,7 +1,12 @@
 Current release changes
 ~~~~~~~~~~~~~~~~~~~~~~~

-* (no changes yet)
+* Desupported shared_image_repository() and nocapitalize() methods were 
removed (T89451)
+* pywikibot.cookie_jar was removed in favour of pywikibot.comms.http.cookie_jar
+* Align http.fetch() params with requests and rename 
'disable_ssl_certificate_validation' to 'verify' (T265206)
+* Deprecated compat BasePage.getRestrictions() method was removed
+* Outdated Site.recentchanges() parameters has been dropped
+* site.LoginStatus has been removed in favour of login.LoginStatus

 Future release notes
 ~~~~~~~~~~~~~~~~~~~~
@@ -13,6 +18,4 @@
 * 5.0.0: HttpRequest result of http.fetch() will be replaced by 
requests.Response (T265206)
 * 5.0.0: OptionHandler.options dict will be removed in favour of 
OptionHandler.opt
 * 5.0.0: Methods deprecated for 5 years or longer will be removed
-* 5.0.0: Outdated Site.recentchanges() parameters will be removed
-* 5.0.0: site.LoginStatus will be removed in favour of login.LoginStatus
 * 5.0.0: pagegenerators.ReferringPageGenerator is desupported and will be 
removed
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 31db005..c5c09cb 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -6,7 +6,7 @@
 # Distributed under the terms of the MIT license.
 #
 __name__ = 'pywikibot'
-__version__ = '5.3.1.dev0'
+__version__ = '5.4.0.dev0'
 __description__ = 'Python MediaWiki Bot Framework'
 __maintainer__ = 'The Pywikibot team'
 __maintainer_email__ = '[email protected]'

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/651899
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: Ie155acdf49815c4770f46465e2fc708c4af9235f
Gerrit-Change-Number: 651899
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]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to