File tree 6 files changed +5
-6
lines changed
6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Updated
12
12
use cString by default
13
13
14
14
15
- 0.4.3 - unreleased
15
+ 0.4.3 - 29.07.2017
16
16
--------------------------------------------------------------------------------
17
17
18
18
Updated
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ How to update test environment and update documentation
173
173
Additional steps are required:
174
174
175
175
#. pip install moban
176
- #. git clone https://github.com/pyexcel /setupmobans.git # generic setup
176
+ #. git clone https://github.com/moremoban /setupmobans.git # generic setup
177
177
#. git clone https://github.com/pyexcel/pyexcel-commons.git commons
178
178
#. make your changes in `.moban.d ` directory, then issue command `moban `
179
179
Original file line number Diff line number Diff line change 22
22
23
23
project = u'pyexcel-io'
24
24
copyright = u'2015-2017 Onni Software Ltd.'
25
- version = '0.4.2 '
25
+ version = '0.4.3 '
26
26
release = '0.4.3'
27
27
exclude_patterns = []
28
28
pygments_style = 'sphinx'
Original file line number Diff line number Diff line change 10
10
:Source code: http://github.com/pyexcel/pyexcel-io.git
11
11
:Issues: http://github.com/pyexcel/pyexcel-io/issues
12
12
:License: New BSD License
13
- :Development: |release |
14
13
:Released: |version |
15
14
:Generated: |today |
16
15
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "pyexcel-io"
3
3
nick_name : io
4
4
version : 0.4.3
5
5
current_version : 0.4.3
6
- release : 0.4.2
6
+ release : 0.4.3
7
7
dependencies :
8
8
- ordereddict;python_version<"2.7"
9
9
- lml==0.0.1
Original file line number Diff line number Diff line change 19
19
''
20
20
)
21
21
URL = 'https://github.com/pyexcel/pyexcel-io'
22
- DOWNLOAD_URL = '%s/archive/0.4.2 .tar.gz' % URL
22
+ DOWNLOAD_URL = '%s/archive/0.4.3 .tar.gz' % URL
23
23
FILES = ['README.rst' , 'CHANGELOG.rst' ]
24
24
KEYWORDS = [
25
25
'API' ,
You can’t perform that action at this time.
0 commit comments