Skip to content

Commit 0f5a18c

Browse files
committed
🥚 🎡 release 0.4.2
1 parent 907cae0 commit 0f5a18c

File tree

7 files changed

+14
-9
lines changed

7 files changed

+14
-9
lines changed

.moban.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ targets:
1111
- "docs/source/conf.py": "docs/source/conf.py.jj2"
1212
- .travis.yml: travis.yml
1313
- requirements.txt: requirements.txt
14-
- MANIFEST.in: MANIFEST.in.jj2
1514
- .gitignore: gitignore.jj2
1615
- "tests/requirements.txt": "tests/requirements.txt"
1716
- test.sh: test.script.jj2

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change log
22
================================================================================
33

4+
0.4.2 - 20.08.2017
5+
--------------------------------------------------------------------------------
6+
7+
Fix package installation error
8+
49
0.4.1 - 26.07.2017
510
--------------------------------------------------------------------------------
611

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include README.rst
22
include CHANGELOG.rst
3+
include CONTRIBUTORS.rst

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
project = u'pyexcel-odsr'
2323
copyright = u'2015-2017 Onni Software Ltd.'
24-
version = '0.4.0'
25-
release = '0.4.1'
24+
version = '0.4.2'
25+
release = '0.4.2'
2626
exclude_patterns = []
2727
pygments_style = 'sphinx'
2828
html_theme = 'default'

pyexcel_odsr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-odsr"
33
nick_name: odsr
4-
version: 0.4.1
5-
current_version: 0.4.1
6-
release: 0.4.0
4+
version: 0.4.2
5+
current_version: 0.4.2
6+
release: 0.4.2
77
file_type: ods
88
dependencies:
99
- pyexcel-io>=0.4.0

pyexcel_odsr/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Auto generated by moban
2-
__version__ = '0.4.1'
2+
__version__ = '0.4.2'
33
__author__ = 'C.W.'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
NAME = 'pyexcel-odsr'
99
AUTHOR = 'C.W.'
10-
VERSION = '0.4.1'
10+
VERSION = '0.4.2'
1111
1212
LICENSE = 'New BSD'
1313
DESCRIPTION = (
@@ -16,7 +16,7 @@
1616
''
1717
)
1818
URL = 'https://github.com/pyexcel/pyexcel-odsr'
19-
DOWNLOAD_URL = '%s/archive/0.4.0.tar.gz' % URL
19+
DOWNLOAD_URL = '%s/archive/0.4.2.tar.gz' % URL
2020
FILES = ['README.rst', 'CONTRIBUTORS.rst', 'CHANGELOG.rst']
2121
KEYWORDS = [
2222
'excel',

0 commit comments

Comments
 (0)