jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/620875 )
Change subject: [4.1.2] prepare next release ......................................................................
[4.1.2] prepare next release
Change-Id: I2108c666cc9524809fd3b284afec945d2dae4a9f --- M HISTORY.rst M ROADMAP.rst M pywikibot/__metadata__.py 3 files changed, 9 insertions(+), 3 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index 80cd9b0..8fa5fd3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,13 @@ Release history ===============
+4.1.1 +----- + +* Add support for lldwiki to Pywikibot +* Fix getversion_git subprocess command + + 4.1.0 -----
diff --git a/ROADMAP.rst b/ROADMAP.rst index a8cbb8d..54009c0 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,8 +1,7 @@ Current release changes ~~~~~~~~~~~~~~~~~~~~~~~
-* Add support for lldwiki to Pywikibot -* Fix getversion_git subprocess command +* (no changes yet)
Future release notes diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 63e97f6..6f46563 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -6,7 +6,7 @@ # Distributed under the terms of the MIT license. # __name__ = 'pywikibot' -__version__ = '4.1.1' +__version__ = '4.1.2.dev0' __description__ = 'Python MediaWiki Bot Framework' __maintainer__ = 'The Pywikibot team' __maintainer_email__ = 'pywikibot@lists.wikimedia.org'
pywikibot-commits@lists.wikimedia.org