Skip to content

Commit

Permalink
🥚 🎡 release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Aug 20, 2017
1 parent 907cae0 commit 0f5a18c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
1 change: 0 additions & 1 deletion .moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ targets:
- "docs/source/conf.py": "docs/source/conf.py.jj2"
- .travis.yml: travis.yml
- requirements.txt: requirements.txt
- MANIFEST.in: MANIFEST.in.jj2
- .gitignore: gitignore.jj2
- "tests/requirements.txt": "tests/requirements.txt"
- test.sh: test.script.jj2
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
================================================================================

0.4.2 - 20.08.2017
--------------------------------------------------------------------------------

Fix package installation error

0.4.1 - 26.07.2017
--------------------------------------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include README.rst
include CHANGELOG.rst
include CONTRIBUTORS.rst
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

project = u'pyexcel-odsr'
copyright = u'2015-2017 Onni Software Ltd.'
version = '0.4.0'
release = '0.4.1'
version = '0.4.2'
release = '0.4.2'
exclude_patterns = []
pygments_style = 'sphinx'
html_theme = 'default'
Expand Down
6 changes: 3 additions & 3 deletions pyexcel_odsr.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
overrides: "pyexcel.yaml"
name: "pyexcel-odsr"
nick_name: odsr
version: 0.4.1
current_version: 0.4.1
release: 0.4.0
version: 0.4.2
current_version: 0.4.2
release: 0.4.2
file_type: ods
dependencies:
- pyexcel-io>=0.4.0
Expand Down
2 changes: 1 addition & 1 deletion pyexcel_odsr/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Auto generated by moban
__version__ = '0.4.1'
__version__ = '0.4.2'
__author__ = 'C.W.'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

NAME = 'pyexcel-odsr'
AUTHOR = 'C.W.'
VERSION = '0.4.1'
VERSION = '0.4.2'
EMAIL = '[email protected]'
LICENSE = 'New BSD'
DESCRIPTION = (
Expand All @@ -16,7 +16,7 @@
''
)
URL = 'https://github.com/pyexcel/pyexcel-odsr'
DOWNLOAD_URL = '%s/archive/0.4.0.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.4.2.tar.gz' % URL
FILES = ['README.rst', 'CONTRIBUTORS.rst', 'CHANGELOG.rst']
KEYWORDS = [
'excel',
Expand Down

0 comments on commit 0f5a18c

Please sign in to comment.