jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/337874 )
Change subject: Update config.default_edit_summary ......................................................................
Update config.default_edit_summary
- update config.default_edit_summary from pywikibot __release__ which is 3.0-dev right now.
Change-Id: I1f8f5457a246213e4624233b5d5dd5c44ec26178 --- M pywikibot/config2.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Mpaa: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/config2.py b/pywikibot/config2.py index 4af7d4a..90877ba 100644 --- a/pywikibot/config2.py +++ b/pywikibot/config2.py @@ -33,7 +33,7 @@ """ # # (C) Rob W.W. Hooft, 2003 -# (C) Pywikibot team, 2003-2016 +# (C) Pywikibot team, 2003-2017 # # Distributed under the terms of the MIT license. # @@ -227,7 +227,7 @@ # edit summary to use if not supplied by bot script # WARNING: this should NEVER be used in practice, ALWAYS supply a more # relevant summary for bot edits -default_edit_summary = u'Pywikibot v.2' +default_edit_summary = u'Pywikibot 3.0-dev'
# What permissions to use to set private files to it # such as password file.
pywikibot-commits@lists.wikimedia.org