Skip to content

Commit 2ebe955

Browse files
committed
🥚 🎡 use 0.6.1 for 0.6.0 because 0.6.0 was occupied
1 parent bc4d2b3 commit 2ebe955

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
================================================================================
33

4-
0.6.0 - 7.10.2020
4+
0.6.1 - 7.10.2020
55
--------------------------------------------------------------------------------
66

77
**removed**

changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ releases:
1717
- action: added
1818
details:
1919
- "`#86`: allow trailing options, get_data(...keep_trailing_empty_cells=True)."
20-
version: 0.6.0
20+
version: 0.6.1
2121
date: 7.10.2020
2222
- changes:
2323
- action: updated

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
copyright = '2015-2020 Onni Software Ltd.'
2727
author = 'chfw'
2828
# The short X.Y version
29-
version = '0.6.0'
29+
version = '0.6.1'
3030
# The full version, including alpha/beta/rc tags
31-
release = '0.6.0'
31+
release = '0.6.1'
3232

3333
# -- General configuration ---------------------------------------------------
3434

pyexcel-io.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ overrides: "pyexcel.yaml"
22
project: "pyexcel-io"
33
name: pyexcel-io
44
nick_name: io
5-
version: 0.6.0
6-
current_version: 0.6.0
7-
release: 0.6.0
5+
version: 0.6.1
6+
current_version: 0.6.1
7+
release: 0.6.1
88
copyright_year: 2015-2020
99
moban_command: false
1010
is_on_conda: true

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
NAME = "pyexcel-io"
3434
AUTHOR = "chfw"
35-
VERSION = "0.6.0"
35+
VERSION = "0.6.1"
3636
3737
LICENSE = "New BSD"
3838
DESCRIPTION = (
3939
"A python library to read and write structured data in csv, zipped csv" +
4040
"format and to/from databases"
4141
)
4242
URL = "https://github.com/pyexcel/pyexcel-io"
43-
DOWNLOAD_URL = "%s/archive/0.6.0.tar.gz" % URL
43+
DOWNLOAD_URL = "%s/archive/0.6.1.tar.gz" % URL
4444
FILES = ["README.rst", "CHANGELOG.rst"]
4545
KEYWORDS = [
4646
"python",
@@ -85,8 +85,8 @@
8585
}
8686
# You do not need to read beyond this line
8787
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
88-
GS_COMMAND = ("gs pyexcel-io v0.6.0 " +
89-
"Find 0.6.0 in changelog for more details")
88+
GS_COMMAND = ("gs pyexcel-io v0.6.1 " +
89+
"Find 0.6.1 in changelog for more details")
9090
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
9191
"Please install gease to enable it.")
9292
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)