Skip to content

Commit

Permalink
🥚 🎡 release 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed May 2, 2018
1 parent 5ec807f commit d2e1e8a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
Change log
================================================================================

0.5.7 - unreleased
0.5.7 - 02.05.2018
--------------------------------------------------------------------------------

fixed
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

#. `#48 <https://github.com/pyexcel/pyexcel-io/issues/48>`_, turn off pep 0515
#. `#47 <https://github.com/pyexcel/pyexcel-io/issues/47>`_, csv reader cannot
handle relative file names

0.5.6 - 11.01.2017
0.5.6 - 11.01.2018
--------------------------------------------------------------------------------

fixed
Expand Down
5 changes: 3 additions & 2 deletions changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ releases:
- action: fixed
details:
- '`#48`, turn off pep 0515'
date: unreleased
- '`#47`, csv reader cannot handle relative file names'
date: 02.05.2018
version: 0.5.7
- changes:
- action: fixed
details:
- '`#46`, expose `bulk_save` to developer'
date: 11.01.2017
date: 11.01.2018
version: 0.5.6
- changes:
- action: fixed
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

project = u'pyexcel-io'
copyright = u'2015-2018 Onni Software Ltd.'
version = '0.5.6'
version = '0.5.7'
release = '0.5.7'
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.5.7
current_version: 0.5.7
release: 0.5.6
release: 0.5.7
dependencies:
- ordereddict;python_version<"2.7"
- lml==0.0.1
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'format and to/from databases'
)
URL = 'https://github.com/pyexcel/pyexcel-io'
DOWNLOAD_URL = '%s/archive/0.5.6.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.5.7.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'API',
Expand Down Expand Up @@ -63,8 +63,8 @@
# You do not need to read beyond this line
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
sys.executable)
GS_COMMAND = ('gs pyexcel-io v0.5.6 ' +
"Find 0.5.6 in changelog for more details")
GS_COMMAND = ('gs pyexcel-io v0.5.7 ' +
"Find 0.5.7 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = (
Expand Down

0 comments on commit d2e1e8a

Please sign in to comment.