update version string and synchronize with latest pyexcel-commons

This commit is contained in:
chfw 2016-07-12 17:49:52 +01:00
parent 3261ce5dd5
commit fdd10ed573
5 changed files with 6 additions and 6 deletions

View File

@ -16,8 +16,8 @@ master_doc = 'index'
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'

View File

@ -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

View File

@ -7,7 +7,7 @@ except ImportError:
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'])

View File

@ -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

View File

@ -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