jenkins-bot submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified
[4.1.1] Add support for lldwiki to Pywikibot at stable 4.1.1 release

Change-Id: I7f37e0685843456e6fe9aac7bbc193cfd58cf8be
---
M CREDITS
M ROADMAP.rst
M pywikibot/__metadata__.py
3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CREDITS b/CREDITS
index e4d710c..02c4076 100644
--- a/CREDITS
+++ b/CREDITS
@@ -58,6 +58,7 @@
Egon
Eranroz
Erwin
+Evrifaessa
Fabian Neundorf
Federico Leva
Felix Reimann
diff --git a/ROADMAP.rst b/ROADMAP.rst
index 3c62305..a8cbb8d 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,7 +1,8 @@
Current release changes
~~~~~~~~~~~~~~~~~~~~~~~

-* (no changes yet)
+* Add support for lldwiki to Pywikibot
+* Fix getversion_git subprocess command


Future release notes
diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py
index 60acacf..63e97f6 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.dev0'
+__version__ = '4.1.1'
__description__ = 'Python MediaWiki Bot Framework'
__maintainer__ = 'The Pywikibot team'
__maintainer_email__ = 'pywikibot@lists.wikimedia.org'

To view, visit change 620872. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I7f37e0685843456e6fe9aac7bbc193cfd58cf8be
Gerrit-Change-Number: 620872
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged