John Vandenberg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/259213

Change subject: Pywikibot 2.0rc4
......................................................................

Pywikibot 2.0rc4

Change-Id: I0e0c3b0370ecff639b02e474a6d6532b798d2177
---
M ChangeLog
M pywikibot/__init__.py
M setup.py
3 files changed, 46 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/13/259213/1

diff --git a/ChangeLog b/ChangeLog
index c0deb8a..903cdfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,48 @@
+Release 2.0rc4 (15 December 2015)
+=================================
+
+Bugfixes (core)
+---------------
+e42891d Remove dependency on pYsearch
+ecc39ce Require google>=0.7
+fa431a4 Desupport Python 2.6 for Pywikibot 2.0 release branch
+b1f6f39 config: Don't crash on later get_base_dir calls
+0925c51 cosmetic_changes: merge similar regexes
+4bf39f3 Update revId upon claim change
+ea11626 Update WOW hostnames
+2a5a4fa Mark site.patrol() as a user write action
+4f568c5 Fix interwikiFormat support for Link
+7cb6962 Changes are wrongly detected in the last langlink
+5c5d658 getLanguageLinks: Skip own site
+7ee8ec2 fix intersection of sets of namespaces
+94b0c43 Import textlib.TimeStripper
+584d7c1 Change "PyWikiBot" to "Pywikibot"
+1f8d57e Stop crashing item loads due to support of units
+c19dcfa __all__ items must be bytes on Python 2
+e6aa6ca Omit includeredirects parameter for allpages generator
+687ec9e Performance fix for sites using interwiki_putfirst option
+28db3d2 Fix Persian Wikipedia configuration
+860af34 Add must_be to DataSite write actions
+f8af8e0 Remove unneeded site argument to AutoFamily
+bf49a7d Fix ComparableMixin
+1d36e45 Deprecate ParamInfo.query_modules_with_limits
+e83c6a3 be-x-old is renamed to be-tarask
+19bbe7e Correctly identify qualifier from JSON
+
+Bugfixes (scripts)
+------------------
+47ed5d5 nowcommons: Query at most one users
+fbb6266 interwiki: Optimize/remove unneeded calls to Page.isEmpty()
+428420a interwiki: Allow Subject.originPage to be updated
+4e78c27 checkimages: Expect NoPage exception
+a305d7b interwiki: Allow titletranslate.translate page to be None
+a786226 interwiki: '-ignore' parameter throws exception 
+3944f5e rollback: Use Revision instance properly
+ab7abf5 interwiki: check for category before emptiness
+0db2e87 interwiki: do not automatically log in
+
 Release 2.0rc3 (30 September 2015)
-============================
+==================================
 
 Bugfixes (core)
 ---------------
diff --git a/pywikibot/__init__.py b/pywikibot/__init__.py
index 1191b6e..e26392a 100644
--- a/pywikibot/__init__.py
+++ b/pywikibot/__init__.py
@@ -7,7 +7,7 @@
 #
 from __future__ import unicode_literals
 
-__release__ = '2.0rc3'
+__release__ = '2.0rc4'
 __version__ = '$Id$'
 
 import datetime
diff --git a/setup.py b/setup.py
index de7bb95..397dac1 100644
--- a/setup.py
+++ b/setup.py
@@ -160,7 +160,7 @@
 from setuptools import setup, find_packages
 
 name = 'pywikibot'
-version = '2.0rc3'
+version = '2.0rc4'
 github_url = 'https://github.com/wikimedia/pywikibot-core'
 
 setup(

-- 
To view, visit https://gerrit.wikimedia.org/r/259213
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0e0c3b0370ecff639b02e474a6d6532b798d2177
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <jay...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to