📚 update next version

This commit is contained in:
chfw 2020-12-05 22:49:10 +00:00
parent 66906c4e23
commit 67c111f076
3 changed files with 9 additions and 9 deletions

View File

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

View File

@ -2,9 +2,9 @@ overrides: "pyexcel.yaml"
project: "pyexcel-io"
name: pyexcel-io
nick_name: io
version: 0.6.5
current_version: 0.6.4
release: 0.6.4
version: 0.6.4
current_version: 0.6.5
release: 0.6.5
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 = "C.W."
VERSION = "0.6.4"
VERSION = "0.6.5"
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.4.tar.gz" % URL
DOWNLOAD_URL = "%s/archive/0.6.5.tar.gz" % URL
FILES = ["README.rst", "CHANGELOG.rst"]
KEYWORDS = [
"python",
@ -87,8 +87,8 @@ EXTRAS_REQUIRE = {
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
HERE = os.path.abspath(os.path.dirname(__file__))
GS_COMMAND = ("gease pyexcel-io v0.6.4 " +
"Find 0.6.4 in changelog for more details")
GS_COMMAND = ("gease pyexcel-io v0.6.5 " +
"Find 0.6.5 in changelog for more details")
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
"Please install gease to enable it.")
UPLOAD_FAILED_MSG = (