🥚 🎡 use 0.6.1 for 0.6.0 because 0.6.0 was occupied

This commit is contained in:
chfw 2020-10-07 23:31:51 +01:00
parent bc4d2b3340
commit 2ebe9559ad
5 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
Change log
================================================================================
0.6.0 - 7.10.2020
0.6.1 - 7.10.2020
--------------------------------------------------------------------------------
**removed**

View File

@ -17,7 +17,7 @@ releases:
- action: added
details:
- "`#86`: allow trailing options, get_data(...keep_trailing_empty_cells=True)."
version: 0.6.0
version: 0.6.1
date: 7.10.2020
- changes:
- action: updated

View File

@ -26,9 +26,9 @@ project = 'pyexcel-io'
copyright = '2015-2020 Onni Software Ltd.'
author = 'chfw'
# The short X.Y version
version = '0.6.0'
version = '0.6.1'
# The full version, including alpha/beta/rc tags
release = '0.6.0'
release = '0.6.1'
# -- General configuration ---------------------------------------------------

View File

@ -2,9 +2,9 @@ overrides: "pyexcel.yaml"
project: "pyexcel-io"
name: pyexcel-io
nick_name: io
version: 0.6.0
current_version: 0.6.0
release: 0.6.0
version: 0.6.1
current_version: 0.6.1
release: 0.6.1
copyright_year: 2015-2020
moban_command: false
is_on_conda: true

View File

@ -32,7 +32,7 @@ except (ValueError, UnicodeError, locale.Error):
NAME = "pyexcel-io"
AUTHOR = "chfw"
VERSION = "0.6.0"
VERSION = "0.6.1"
EMAIL = "info@pyexcel.org"
LICENSE = "New BSD"
DESCRIPTION = (
@ -40,7 +40,7 @@ DESCRIPTION = (
"format and to/from databases"
)
URL = "https://github.com/pyexcel/pyexcel-io"
DOWNLOAD_URL = "%s/archive/0.6.0.tar.gz" % URL
DOWNLOAD_URL = "%s/archive/0.6.1.tar.gz" % URL
FILES = ["README.rst", "CHANGELOG.rst"]
KEYWORDS = [
"python",
@ -85,8 +85,8 @@ EXTRAS_REQUIRE = {
}
# 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.6.0 " +
"Find 0.6.0 in changelog for more details")
GS_COMMAND = ("gs pyexcel-io v0.6.1 " +
"Find 0.6.1 in changelog for more details")
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
"Please install gease to enable it.")
UPLOAD_FAILED_MSG = (