File tree 5 files changed +23
-9
lines changed
5 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.5.7 - 15.02.2019
5
+ --------------------------------------------------------------------------------
6
+
7
+ Added
8
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9
+
10
+ #. pyexcel-io#66 pin openpyxl < 2.6.0
11
+
4
12
0.5.6 - 26.03.2018
5
13
--------------------------------------------------------------------------------
6
14
Original file line number Diff line number Diff line change 1
1
name : pyexcel-xlsx
2
2
organisation : pyexcel
3
3
releases :
4
+ - changes :
5
+ - action : Added
6
+ details :
7
+ - ' pyexcel-io#66 pin openpyxl < 2.6.0'
8
+ date : 15.02.2019
9
+ version : 0.5.7
4
10
- changes :
5
11
- action : Added
6
12
details :
Original file line number Diff line number Diff line change 27
27
author = 'Onni Software Ltd.'
28
28
29
29
# The short X.Y version
30
- version = '0.5.6 '
30
+ version = '0.5.7 '
31
31
# The full version, including alpha/beta/rc tags
32
- release = '0.5.6 '
32
+ release = '0.5.7 '
33
33
34
34
35
35
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ overrides: "pyexcel.yaml"
2
2
name : " pyexcel-xlsx"
3
3
project : " pyexcel-xlsx"
4
4
nick_name : xlsx
5
- version : 0.5.6
6
- current_version : 0.5.6
7
- release : 0.5.6
5
+ version : 0.5.7
6
+ current_version : 0.5.7
7
+ release : 0.5.7
8
8
file_type : xlsx
9
9
gitignore_language : Python
10
10
dependencies :
Original file line number Diff line number Diff line change 25
25
26
26
NAME = 'pyexcel-xlsx'
27
27
AUTHOR = 'C.W.'
28
- VERSION = '0.5.6 '
28
+ VERSION = '0.5.7 '
29
29
30
30
LICENSE = 'New BSD'
31
31
DESCRIPTION = (
32
32
'A wrapper library to read, manipulate and write data in xlsx and xlsm' +
33
33
'format'
34
34
)
35
35
URL = 'https://github.com/pyexcel/pyexcel-xlsx'
36
- DOWNLOAD_URL = '%s/archive/0.5.6 .tar.gz' % URL
36
+ DOWNLOAD_URL = '%s/archive/0.5.7 .tar.gz' % URL
37
37
FILES = ['README.rst' , 'CHANGELOG.rst' ]
38
38
KEYWORDS = [
39
39
'python' ,
66
66
# You do not need to read beyond this line
67
67
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
68
68
sys .executable )
69
- GS_COMMAND = ('gs pyexcel-xlsx v0.5.6 ' +
70
- "Find 0.5.6 in changelog for more details" )
69
+ GS_COMMAND = ('gs pyexcel-xlsx v0.5.7 ' +
70
+ "Find 0.5.7 in changelog for more details" )
71
71
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
72
72
'Please install gease to enable it.' )
73
73
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments