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

Change subject: [doc] update ROADMAP.rst
......................................................................

[doc] update ROADMAP.rst

Also increase version number to 5.6

Change-Id: I46cd41f027b6ed1fefe20e6a1282fef74a774cec
---
M .appveyor.yml
M ROADMAP.rst
M pywikibot/__metadata__.py
3 files changed, 9 insertions(+), 4 deletions(-)

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



diff --git a/.appveyor.yml b/.appveyor.yml
index 021ca49..bf53c50 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,6 +1,6 @@
 clone_depth: 50
 skip_tags: true
-version: 5.5.{build}
+version: 5.6.{build}
 environment:

   APPVEYOR_PYTHON_URL: 
"https://raw.githubusercontent.com/dvorapa/python-appveyor-demo/master/appveyor/";
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 279248e..a622d27 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,11 +1,17 @@
 Current release changes
 ~~~~~~~~~~~~~~~~~~~~~~~

-* (no changes yet)
+* data attribute of http.fetch() response is deprecated (T265206)
+* Positional arguments of page.Revision aren't supported any longer (T259428)
+* pagenenerators.handleArg() method was renamed to handle_arg() (T271437)
+* Page methods deprecated for 6 years were removed
+* Create a Site with AutoFamily if a family isn't predefined (T249087)

 Future release notes
 ~~~~~~~~~~~~~~~~~~~~

+* 5.6.0: APISite.loadimageinfo will no longer return any content
+* 5.6.0: pagenenerators.handleArg() method will be removed in favour of 
handle_arg() (T271437)
 * 5.5.0: Site.getuserinfo() method will be dropped in favour of userinfo 
property
 * 5.5.0: Site.getglobaluserinfo() method will be dropped in favour of 
globaluserinfo property
 * 5.4.0: Support of MediaWiki < 1.23 will be dropped with release 6.0  
(T268979)
@@ -14,7 +20,6 @@
 * 5.3.0: api.ParamInfo.modules property will be removed
 * 5.3.0: LogEntryFactory.logtypes property will be removed
 * 5.3.0: stdout parameter of logging.output()/pywikibot.output() function will 
be desupported
-* 5.1.0: Positional arguments of page.Revision must be replaced by keyword 
arguments (T259428)
 * 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
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 3471f87..ab161bb 100644
--- a/pywikibot/__metadata__.py
+++ b/pywikibot/__metadata__.py
@@ -5,7 +5,7 @@
 # Distributed under the terms of the MIT license.
 #
 __name__ = 'pywikibot'
-__version__ = '5.5.1.dev0'
+__version__ = '5.6.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/+/656394
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: I46cd41f027b6ed1fefe20e6a1282fef74a774cec
Gerrit-Change-Number: 656394
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