This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst

This commit is contained in:
chfw 2022-01-28 23:48:06 +00:00 committed by GitHub Actions
parent d2cbb5decf
commit 8c5f1e0de9
4 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2015-2020 by Onni Software Ltd. and its contributors Copyright (c) 2015-2022 by Onni Software Ltd. and its contributors
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms of the software as well Redistribution and use in source and binary forms of the software as well

View File

@ -23,12 +23,12 @@ DESCRIPTION = (
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
project = 'pyexcel-io' project = 'pyexcel-io'
copyright = '2015-2020 Onni Software Ltd.' copyright = '2015-2022 Onni Software Ltd.'
author = 'C.W.' author = 'C.W.'
# The short X.Y version # The short X.Y version
version = '0.6.5' version = '0.6.5'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.6.5' release = '0.6.6'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View File

@ -10,6 +10,7 @@
:Source code: http://github.com/pyexcel/pyexcel-io.git :Source code: http://github.com/pyexcel/pyexcel-io.git
:Issues: http://github.com/pyexcel/pyexcel-io/issues :Issues: http://github.com/pyexcel/pyexcel-io/issues
:License: New BSD License :License: New BSD License
:Development: |release|
:Released: |version| :Released: |version|
:Generated: |today| :Generated: |today|

View File

@ -32,7 +32,7 @@ except (ValueError, UnicodeError, locale.Error):
NAME = "pyexcel-io" NAME = "pyexcel-io"
AUTHOR = "C.W." AUTHOR = "C.W."
VERSION = "0.6.5" VERSION = "0.6.6"
EMAIL = "info@pyexcel.org" EMAIL = "info@pyexcel.org"
LICENSE = "New BSD" LICENSE = "New BSD"
DESCRIPTION = ( DESCRIPTION = (
@ -40,7 +40,7 @@ DESCRIPTION = (
"format and to/from databases" "format and to/from databases"
) )
URL = "https://github.com/pyexcel/pyexcel-io" URL = "https://github.com/pyexcel/pyexcel-io"
DOWNLOAD_URL = "%s/archive/0.6.5.tar.gz" % URL DOWNLOAD_URL = "%s/archive/0.6.6.tar.gz" % URL
FILES = ["README.rst", "CHANGELOG.rst"] FILES = ["README.rst", "CHANGELOG.rst"]
KEYWORDS = [ KEYWORDS = [
"python", "python",
@ -87,8 +87,8 @@ EXTRAS_REQUIRE = {
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable) PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
HERE = os.path.abspath(os.path.dirname(__file__)) HERE = os.path.abspath(os.path.dirname(__file__))
GS_COMMAND = ("gease pyexcel-io v0.6.5 " + GS_COMMAND = ("gease pyexcel-io v0.6.6 " +
"Find 0.6.5 in changelog for more details") "Find 0.6.6 in changelog for more details")
NO_GS_MESSAGE = ("Automatic github release is disabled. " + NO_GS_MESSAGE = ("Automatic github release is disabled. " +
"Please install gease to enable it.") "Please install gease to enable it.")
UPLOAD_FAILED_MSG = ( UPLOAD_FAILED_MSG = (