John Vandenberg has uploaded a new change for review. https://gerrit.wikimedia.org/r/213512
Change subject: Version 2.0 Release Candidate 1 ...................................................................... Version 2.0 Release Candidate 1 Change-Id: I83fb8ce96a954ea15d7634a7ae526f2b252258be --- M ChangeLog M docs/conf.py M setup.py 3 files changed, 37 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/12/213512/1 diff --git a/ChangeLog b/ChangeLog index 12772a4..4e94e4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,39 @@ +Release 2.0rc1 (25 May 2015) + +Major changes include: + +- Sphinx documentation at https://doc.wikimedia.org/pywikibot/ +- i18n data uses JSON format +- Python 3 support fixes +- Support for Python warning system +- Python 3 ipaddress support +- unicode_literals used throughout source code +- initial ProofreadPage support +- batch upload support +- improved diff output, with context +- daemonize support +- Wikibase support for isbn script +- Wikibase redirect support +- Optionally uses external library for improved isbn validation +- generate_user_files automatic mode +- Improve performance for replaceExcept +- api layer support for boolean and date datatypes +- api badtoken recovery +- api client side prevention of anonymous writes +- Allow pywikibot to load without i18n data +- Appveyor CI Win32 builds +- compat scripts patrol.py and piper.py ported +- Page.content_model added +- Page.contributors() and Page.revision_count() added +- FilePage.latest_file_info and FilePage.oldest_file_info added +- APISite.compare added +- Site.undelete and Page.undelete added +- DataSite.search_entities support +- RecentChanges stream (rcstream) support +- Improved MediaWiki version detection +- ItemClaimFilterPageGenerator added + Release 2.0b3 (30 November 2014) Major changes include: diff --git a/docs/conf.py b/docs/conf.py index 84ed0a8..a7b4ec4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '2.0' # The full version, including alpha/beta/rc tags. -release = '2.0b3' +release = '2.0rc1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index fb92b4c..db13b1e 100644 --- a/setup.py +++ b/setup.py @@ -134,7 +134,7 @@ from setuptools import setup, find_packages name = 'pywikibot' -version = '2.0b3' +version = '2.0rc1' 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/213512 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I83fb8ce96a954ea15d7634a7ae526f2b252258be Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: John Vandenberg <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
