Skip to content

Commit 1218b14

Browse files
committed
💎 release 0.4.3
1 parent 3528414 commit 1218b14

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Updated
1212
use cString by default
1313

1414

15-
0.4.3 - unreleased
15+
0.4.3 - 29.07.2017
1616
--------------------------------------------------------------------------------
1717

1818
Updated

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ How to update test environment and update documentation
173173
Additional steps are required:
174174

175175
#. 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
177177
#. git clone https://github.com/pyexcel/pyexcel-commons.git commons
178178
#. make your changes in `.moban.d` directory, then issue command `moban`
179179

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
project = u'pyexcel-io'
2424
copyright = u'2015-2017 Onni Software Ltd.'
25-
version = '0.4.2'
25+
version = '0.4.3'
2626
release = '0.4.3'
2727
exclude_patterns = []
2828
pygments_style = 'sphinx'

docs/source/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
:Source code: http://github.com/pyexcel/pyexcel-io.git
1111
:Issues: http://github.com/pyexcel/pyexcel-io/issues
1212
:License: New BSD License
13-
:Development: |release|
1413
:Released: |version|
1514
:Generated: |today|
1615

pyexcel_io.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "pyexcel-io"
33
nick_name: io
44
version: 0.4.3
55
current_version: 0.4.3
6-
release: 0.4.2
6+
release: 0.4.3
77
dependencies:
88
- ordereddict;python_version<"2.7"
99
- lml==0.0.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
''
2020
)
2121
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
2323
FILES = ['README.rst', 'CHANGELOG.rst']
2424
KEYWORDS = [
2525
'API',

0 commit comments

Comments
 (0)