Skip to content

Commit

Permalink
💎 release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jul 29, 2017
1 parent 3528414 commit 1218b14
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Updated
use cString by default


0.4.3 - unreleased
0.4.3 - 29.07.2017
--------------------------------------------------------------------------------

Updated
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ How to update test environment and update documentation
Additional steps are required:

#. pip install moban
#. git clone https://github.com/pyexcel/setupmobans.git # generic setup
#. git clone https://github.com/moremoban/setupmobans.git # generic setup
#. git clone https://github.com/pyexcel/pyexcel-commons.git commons
#. make your changes in `.moban.d` directory, then issue command `moban`

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

project = u'pyexcel-io'
copyright = u'2015-2017 Onni Software Ltd.'
version = '0.4.2'
version = '0.4.3'
release = '0.4.3'
exclude_patterns = []
pygments_style = 'sphinx'
Expand Down
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
:Source code: http://github.com/pyexcel/pyexcel-io.git
:Issues: http://github.com/pyexcel/pyexcel-io/issues
:License: New BSD License
:Development: |release|
:Released: |version|
:Generated: |today|

Expand Down
2 changes: 1 addition & 1 deletion pyexcel_io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "pyexcel-io"
nick_name: io
version: 0.4.3
current_version: 0.4.3
release: 0.4.2
release: 0.4.3
dependencies:
- ordereddict;python_version<"2.7"
- lml==0.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
''
)
URL = 'https://github.com/pyexcel/pyexcel-io'
DOWNLOAD_URL = '%s/archive/0.4.2.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.4.3.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'API',
Expand Down

0 comments on commit 1218b14

Please sign in to comment.