jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/635795 )
Change subject: [doc] Update ROADMAP.rst ......................................................................
[doc] Update ROADMAP.rst
- update ROADMAP.rst - increase version from 5.0.1 to 5.1.0 because there are more than bugfixes and L10N/i18n updates - increase appveyor build version
Change-Id: I7eb0922b5c2b67b6a90d2235fd5384820097c4ff --- M .appveyor.yml M ROADMAP.rst M pywikibot/__metadata__.py 3 files changed, 9 insertions(+), 6 deletions(-)
Approvals: Mpaa: Looks good to me, approved jenkins-bot: Verified
diff --git a/.appveyor.yml b/.appveyor.yml index caf0905..bd40861 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,6 @@ clone_depth: 50 skip_tags: true -version: 5.0.{build} +version: 5.1.{build} environment:
APPVEYOR_PYTHON_URL: "https://raw.githubusercontent.com/dvorapa/python-appveyor-demo/master/appvey..." diff --git a/ROADMAP.rst b/ROADMAP.rst index 85608df..a1187d9 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,7 +1,13 @@ Current release changes ~~~~~~~~~~~~~~~~~~~~~~~
-* (no changes yet) +* Support Namespace packages in version.py (T265946) +* Server414Error was added to pywikibot (T266000) +* Deprecated editor.command() method was removed +* comms.PywikibotCookieJar and comms.mode_check_decorator were deleted +* Remove deprecated tools function open_compressed and signature and UnicodeType class +* Fix http_tests.LiveFakeUserAgentTestCase (T265842) +* HttpRequest properties were renamed to request.Response identifiers (T265206)
Future release notes @@ -23,6 +29,3 @@ * 4.3.0: Unused UserBlocked exception will be removed * 4.3.0: Deprecated Page.contributingUsers() will be removed * 4.2.0: tools.StringTypes will be removed -* 4.1.0: Deprecated editor.command will be removed -* 4.1.0: tools.open_compressed, tools.UnicodeType and tools.signature will be removed -* 4.1.0: comms.PywikibotCookieJar and comms.mode_check_decorator will be removed diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 65aac0a..10943e2 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.0.1.dev0' +__version__ = '5.1.0.dev0' __description__ = 'Python MediaWiki Bot Framework' __maintainer__ = 'The Pywikibot team' __maintainer_email__ = 'pywikibot@lists.wikimedia.org'
pywikibot-commits@lists.wikimedia.org