From ca2f1f163863838b179b9038ed652029fad495ae Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 9 Nov 2024 14:31:33 +0000 Subject: [PATCH 1/2] update version --- pyexcel-io.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyexcel-io.yml b/pyexcel-io.yml index fecf230..16e6adf 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.6 -current_version: 0.6.6 -release: 0.6.6 +version: 0.6.7 +current_version: 0.6.7 +release: 0.6.7 copyright_year: 2015-2022 moban_command: false is_on_conda: true From 0fd3084059437eafb9ccc3d0071eda6fd42882d4 Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 9 Nov 2024 14:32:08 +0000 Subject: [PATCH 2/2] This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst --- docs/source/conf.py | 4 ++-- setup.py | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 7d8e0cc..d897ee4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,9 +26,9 @@ copyright = '2015-2022 Onni Software Ltd.' author = 'C.W.' # The short X.Y version -version = '0.6.6' +version = '0.6.7' # The full version, including alpha/beta/rc tags -release = '0.6.6' +release = '0.6.7' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index f444c91..5572047 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ NAME = "pyexcel-io" AUTHOR = "C.W." -VERSION = "0.6.6" +VERSION = "0.6.7" EMAIL = "info@pyexcel.org" LICENSE = "New BSD" DESCRIPTION = ( @@ -40,7 +40,7 @@ "format and to/from databases" ) URL = "https://github.com/pyexcel/pyexcel-io" -DOWNLOAD_URL = "%s/archive/0.6.6.tar.gz" % URL +DOWNLOAD_URL = "%s/archive/0.6.7.tar.gz" % URL FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"] KEYWORDS = [ "python", @@ -89,8 +89,8 @@ 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.6 " + - "Find 0.6.6 in changelog for more details") +GS_COMMAND = ("gease pyexcel-io v0.6.7 " + + "Find 0.6.7 in changelog for more details") NO_GS_MESSAGE = ("Automatic github release is disabled. " + "Please install gease to enable it.") UPLOAD_FAILED_MSG = (