From 67c111f0761775b3bba914387007833a1430e405 Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 5 Dec 2020 22:49:10 +0000 Subject: [PATCH] :books: update next version --- docs/source/conf.py | 4 ++-- pyexcel-io.yml | 6 +++--- setup.py | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5da08a2..a830e40 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/pyexcel-io.yml b/pyexcel-io.yml index 5a199bf..06bc073 100644 --- a/pyexcel-io.yml +++ b/pyexcel-io.yml @@ -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 diff --git a/setup.py b/setup.py index 267d6a2..ba6cd9e 100644 --- a/setup.py +++ b/setup.py @@ -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 = (