Skip to content

Commit b855715

Browse files
committed
🐛 update license and moban file
1 parent 4ae066b commit b855715

File tree

6 files changed

+33
-7
lines changed

6 files changed

+33
-7
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Change log
22
================================================================================
33

4+
0.6.0 - 8.10.2020
5+
--------------------------------------------------------------------------------
6+
7+
**Updated**
8+
9+
#. New style xlsx plugins, promoted by pyexcel-io v0.6.0.
10+
11+
0.5.9 - 29.08.2020
12+
--------------------------------------------------------------------------------
13+
14+
**Added**
15+
16+
#. `#35 <https://github.com/pyexcel/pyexcel-xls/issues/35>`_, include tests
17+
418
0.5.8 - 22.08.2018
519
--------------------------------------------------------------------------------
620

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ that the following conditions are met:
1313
and/or other materials provided with the distribution.
1414

1515
* Neither the name of 'pyexcel-xls' nor the names of the contributors
16-
may be used to endorse or promote products derived from this software
16+
may not be used to endorse or promote products derived from this software
1717
without specific prior written permission.
1818

1919
THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND

changelog.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
name: pyexcel-xls
22
organisation: pyexcel
33
releases:
4+
- changes:
5+
- action: Updated
6+
details:
7+
- 'New style xlsx plugins, promoted by pyexcel-io v0.6.0.'
8+
date: 8.10.2020
9+
version: 0.6.0
10+
- changes:
11+
- action: Added
12+
details:
13+
- "`#35`, include tests"
14+
date: 29.08.2020
15+
version: 0.5.9
416
- changes:
517
- action: Added
618
details:

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# The short X.Y version
2929
version = '0.6.0'
3030
# The full version, including alpha/beta/rc tags
31-
release = '0.5.8'
31+
release = '0.6.0'
3232

3333
# -- General configuration ---------------------------------------------------
3434

pyexcel-xls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "pyexcel-xls"
33
nick_name: xls
44
version: 0.6.0
55
current_version: 0.6.0
6-
release: 0.5.8
6+
release: 0.6.0
77
file_type: xls
88
is_on_conda: true
99
dependencies:
@@ -13,4 +13,4 @@ dependencies:
1313
test_dependencies:
1414
- pyexcel
1515
description: A wrapper library to read, manipulate and write data in xls format. It reads xlsx and xlsm format
16-
moban_command: false
16+
moban_command: false

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"reads xlsx and xlsm format"
4141
)
4242
URL = "https://github.com/pyexcel/pyexcel-xls"
43-
DOWNLOAD_URL = "%s/archive/0.5.8.tar.gz" % URL
43+
DOWNLOAD_URL = "%s/archive/0.6.0.tar.gz" % URL
4444
FILES = ["README.rst","CONTRIBUTORS.rst", "CHANGELOG.rst"]
4545
KEYWORDS = [
4646
"python",
@@ -78,8 +78,8 @@
7878
}
7979
# You do not need to read beyond this line
8080
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
81-
GS_COMMAND = ("gs pyexcel-xls v0.5.8 " +
82-
"Find 0.5.8 in changelog for more details")
81+
GS_COMMAND = ("gs pyexcel-xls v0.6.0 " +
82+
"Find 0.6.0 in changelog for more details")
8383
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
8484
"Please install gease to enable it.")
8585
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)