jenkins-bot has submitted this change and it was merged.

Change subject: Version 2.0 beta 3
......................................................................


Version 2.0 beta 3

Add list of major changes in new ChangeLog

Change-Id: Iff3bf81448c678ca59fc1bae04c90d9ad337f3a4
---
A ChangeLog
M pywikibot/__init__.py
M setup.py
3 files changed, 32 insertions(+), 2 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..12772a4
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,30 @@
+
+Release 2.0b3 (30 November 2014)
+
+Major changes include:
+- Library initialisation no longer connects to servers
+- generate_user_files.py rewritten
+- API Version 1.14 support
+- Support HTTPS for families with certificate validation errors (Python 2 only)
+- API HTTP(S) GET support
+- API simplified continuation support
+- Upload uses a fake filename to avoid various MIME encoding issues
+- API class ParamInfo inspects API modules
+- Several QueryGenerator efficiency improvements
+- Improved 'same title' detection and 'get redirect target' handling
+- Site interwiki methods now use dynamic Interwikimap
+- Site methods return Namespace object instead of int
+- New WikiStats module
+- New PatchManager module used for showDiff
+- New pagegenerators, including -intersect support
+- Several category_redirect.py improvements
+- archivebot: support more languages
+- reflinks: changed from GPL to MIT
+
+Release 2.0b2 (7 October 2014)
+
+TODO: add list of major changes
+
+Release 2.0b1 (26 August 2013)
+
+TODO: add high level description of changes from pywikibot 1.0
diff --git a/pywikibot/__init__.py b/pywikibot/__init__.py
index d60e45e..feee966 100644
--- a/pywikibot/__init__.py
+++ b/pywikibot/__init__.py
@@ -5,7 +5,7 @@
 #
 # Distributed under the terms of the MIT license.
 #
-__release__ = '2.0b2'
+__release__ = '2.0b3'
 __version__ = '$Id$'
 
 import datetime
diff --git a/setup.py b/setup.py
index 503312a..a0be084 100644
--- a/setup.py
+++ b/setup.py
@@ -94,7 +94,7 @@
 from setuptools import setup, find_packages
 
 name = 'pywikibot'
-version = '2.0b2'
+version = '2.0b3'
 github_url = 'https://github.com/wikimedia/pywikibot-core'
 download_url = github_url + '/archive/master.zip#egg=' + name + '-' + version
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iff3bf81448c678ca59fc1bae04c90d9ad337f3a4
Gerrit-PatchSet: 3
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Ladsgroup <ladsgr...@gmail.com>
Gerrit-Reviewer: Merlijn van Deen <valhall...@arctus.nl>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to