Skip to content

Commit 1827796

Browse files
committed
🥚 🎡 release 0.5.5
1 parent 55b85cb commit 1827796

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = '0.5.5'
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.5.4'
30+
release = '0.5.5'
3131

3232
# -- General configuration ---------------------------------------------------
3333

pyexcel-ods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "pyexcel-ods"
33
nick_name: ods
44
version: 0.5.5
55
current_version: 0.5.5
6-
release: 0.5.4
6+
release: 0.5.5
77
file_type: ods
88
dependencies:
99
- pyexcel-io>=0.5.10

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'A wrapper library to read, manipulate and write data in ods format'
3333
)
3434
URL = 'https://github.com/pyexcel/pyexcel-ods'
35-
DOWNLOAD_URL = '%s/archive/0.5.4.tar.gz' % URL
35+
DOWNLOAD_URL = '%s/archive/0.5.5.tar.gz' % URL
3636
FILES = ['README.rst', 'CHANGELOG.rst']
3737
KEYWORDS = [
3838
'python',
@@ -63,8 +63,8 @@
6363
# You do not need to read beyond this line
6464
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
6565
sys.executable)
66-
GS_COMMAND = ('gs pyexcel-ods v0.5.4 ' +
67-
"Find 0.5.4 in changelog for more details")
66+
GS_COMMAND = ('gs pyexcel-ods v0.5.5 ' +
67+
"Find 0.5.5 in changelog for more details")
6868
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
6969
'Please install gease to enable it.')
7070
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)