File tree 6 files changed +27
-12
lines changed
6 files changed +27
-12
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.5.9.1 - 30.08.2018
5
+ --------------------------------------------------------------------------------
6
+
7
+ updated
8
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9
+
10
+ #. `#53 <https://github.com/pyexcel/pyexcel-io/issues/53 >`_, upgrade lml
11
+ dependency to at least 0.0.2
12
+
4
13
0.5.9 - 23.08.2018
5
14
--------------------------------------------------------------------------------
6
15
Original file line number Diff line number Diff line change 1
1
name : pyexcel-io
2
2
organisation : pyexcel
3
3
releases :
4
+ - changes :
5
+ - action : updated
6
+ details :
7
+ - ' `#53`, upgrade lml dependency to at least 0.0.2'
8
+ date : 30.08.2018
9
+ version : 0.5.9.1
4
10
- changes :
5
11
- action : added
6
12
details :
Original file line number Diff line number Diff line change 29
29
author = u'C.W.'
30
30
31
31
# The short X.Y version
32
- version = u'0.5.9'
32
+ version = u'0.5.9.1 '
33
33
# The full version, including alpha/beta/rc tags
34
- release = u'0.5.9'
34
+ release = u'0.5.9.1 '
35
35
36
36
37
37
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
overrides : " pyexcel.yaml"
2
2
name : " pyexcel-io"
3
3
nick_name : io
4
- version : 0.5.9
5
- current_version : 0.5.9
6
- release : 0.5.9
4
+ version : 0.5.9.1
5
+ current_version : 0.5.9.1
6
+ release : 0.5.9.1
7
7
dependencies :
8
8
- ordereddict;python_version<"2.7"
9
- - lml== 0.0.1
9
+ - lml>= 0.0.2
10
10
extra_dependencies :
11
11
- xls :
12
12
- pyexcel-xls>=0.5.0
Original file line number Diff line number Diff line change 1
1
ordereddict ;python_version < "2.7"
2
- lml == 0.0.1
2
+ lml >= 0.0.2
Original file line number Diff line number Diff line change 11
11
12
12
NAME = 'pyexcel-io'
13
13
AUTHOR = 'C.W.'
14
- VERSION = '0.5.9'
14
+ VERSION = '0.5.9.1 '
15
15
EMAIL = 'wangc_2011@hotmail.com'
16
16
LICENSE = 'New BSD'
17
17
DESCRIPTION = (
18
18
'A python library to read and write structured data in csv, zipped csv' +
19
19
'format and to/from databases'
20
20
)
21
21
URL = 'https://github.com/pyexcel/pyexcel-io'
22
- DOWNLOAD_URL = '%s/archive/0.5.9.tar.gz' % URL
22
+ DOWNLOAD_URL = '%s/archive/0.5.9.1. tar.gz' % URL
23
23
FILES = ['README.rst' , 'CHANGELOG.rst' ]
24
24
KEYWORDS = [
25
25
'API' ,
47
47
]
48
48
49
49
INSTALL_REQUIRES = [
50
- 'lml== 0.0.1 ' ,
50
+ 'lml>= 0.0.2 ' ,
51
51
]
52
52
SETUP_COMMANDS = {}
53
53
63
63
# You do not need to read beyond this line
64
64
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
65
65
sys .executable )
66
- GS_COMMAND = ('gs pyexcel-io v0.5.9 ' +
67
- "Find 0.5.9 in changelog for more details" )
66
+ GS_COMMAND = ('gs pyexcel-io v0.5.9.1 ' +
67
+ "Find 0.5.9.1 in changelog for more details" )
68
68
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
69
69
'Please install gease to enable it.' )
70
70
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments