From fdd10ed573370d85ddccf2d48780aad1dc67107d Mon Sep 17 00:00:00 2001 From: chfw Date: Tue, 12 Jul 2016 17:49:52 +0100 Subject: [PATCH] update version string and synchronize with latest pyexcel-commons --- docs/source/conf.py | 4 ++-- pyexcel_xls.yaml | 2 +- setup.py | 2 +- test.bat | 2 +- test.sh | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 81e4681..192e814 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,8 +16,8 @@ project = u'pyexcel-xls' copyright = u'2015-2016 Onni Software Ltd.' -version = '0.2.0' -release = '0.2.0' +version = '0.2.1' +release = '0.2.1' exclude_patterns = [] pygments_style = 'sphinx' html_theme = 'default' diff --git a/pyexcel_xls.yaml b/pyexcel_xls.yaml index 282baa2..9d86ab6 100644 --- a/pyexcel_xls.yaml +++ b/pyexcel_xls.yaml @@ -1,7 +1,7 @@ overrides: "pyexcel.yaml" name: "pyexcel-xls" nick_name: xls -version: 0.2.0 +version: 0.2.1 file_type: xls dependencies: - pyexcel-io>=0.1.0 diff --git a/setup.py b/setup.py index c790683..6785431 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ NAME = 'pyexcel-xls' AUTHOR = 'C.W.' -VERSION = '0.2.0' +VERSION = '0.2.1' EMAIL = 'wangc_2011 (at) hotmail.com' LICENSE = 'New BSD' PACKAGES = find_packages(exclude=['ez_setup', 'examples', 'tests']) diff --git a/test.bat b/test.bat index e780fa5..30056d6 100644 --- a/test.bat +++ b/test.bat @@ -1,2 +1,2 @@ pip freeze -nosetests --with-cov --cover-package pyexcel_xls --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_xls && flake8 . --exclude=.moban.d +nosetests --with-cov --cover-package pyexcel_xls --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_xls && flake8 . --exclude=.moban.d --builtins=unicode,xrange,long diff --git a/test.sh b/test.sh index e780fa5..30056d6 100644 --- a/test.sh +++ b/test.sh @@ -1,2 +1,2 @@ pip freeze -nosetests --with-cov --cover-package pyexcel_xls --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_xls && flake8 . --exclude=.moban.d +nosetests --with-cov --cover-package pyexcel_xls --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_xls && flake8 . --exclude=.moban.d --builtins=unicode,xrange,long