Skip to content

Commit 0972b3d

Browse files
committed
sync with commons
1 parent ef37718 commit 0972b3d

File tree

6 files changed

+6
-10
lines changed

6 files changed

+6
-10
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Although `nose` and `doctest` are both used in code testing, it is adviable that
185185

186186
On Linux/Unix systems, please launch your tests like this::
187187

188-
$ make test
188+
$ make
189189

190190
On Windows systems, please issue this command::
191191

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
project = u'pyexcel-cli'
2323
copyright = u'2015-2017 Onni Software Ltd.'
24-
version = '0.0.2'
25-
release = '0.0.3'
24+
version = '0.0.1'
25+
release = '0.0.2'
2626
exclude_patterns = []
2727
pygments_style = 'sphinx'
2828
html_theme = 'default'

pyexcel_cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-cli"
33
nick_name: cli
4-
version: 0.0.3
5-
release: 0.0.2
4+
version: 0.0.2
5+
release: 0.0.1
66
command_line_interface: pyexcel
77
entry_point: pyexcel_cli.main:main
88
dependencies:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
NAME = 'pyexcel-cli'
1212
AUTHOR = 'C.W.'
13-
VERSION = '0.0.3'
13+
VERSION = '0.0.2'
1414
EMAIL = 'wangc_2011 (at) hotmail.com'
1515
LICENSE = 'New BSD'
1616
ENTRY_POINTS = {

test.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
2-
31
pip freeze
42
nosetests --with-cov --cover-package pyexcel_cli --cover-package tests --with-doctest --doctest-extension=.rst README.rst tests docs/source pyexcel_cli && flake8 . --exclude=.moban.d --builtins=unicode,xrange,long

test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
2-
31
pip freeze
42
nosetests --with-cov --cover-package pyexcel_cli --cover-package tests --with-doctest --doctest-extension=.rst README.rst tests docs/source pyexcel_cli && flake8 . --exclude=.moban.d --builtins=unicode,xrange,long

0 commit comments

Comments
 (0)