Skip to content

Commit 0fd3084

Browse files
chfwgithub-actions[bot]
authored andcommitted
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent ca2f1f1 commit 0fd3084

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
copyright = '2015-2022 Onni Software Ltd.'
2727
author = 'C.W.'
2828
# The short X.Y version
29-
version = '0.6.6'
29+
version = '0.6.7'
3030
# The full version, including alpha/beta/rc tags
31-
release = '0.6.6'
31+
release = '0.6.7'
3232

3333
# -- General configuration ---------------------------------------------------
3434

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
NAME = "pyexcel-io"
3434
AUTHOR = "C.W."
35-
VERSION = "0.6.6"
35+
VERSION = "0.6.7"
3636
3737
LICENSE = "New BSD"
3838
DESCRIPTION = (
3939
"A python library to read and write structured data in csv, zipped csv" +
4040
"format and to/from databases"
4141
)
4242
URL = "https://github.com/pyexcel/pyexcel-io"
43-
DOWNLOAD_URL = "%s/archive/0.6.6.tar.gz" % URL
43+
DOWNLOAD_URL = "%s/archive/0.6.7.tar.gz" % URL
4444
FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"]
4545
KEYWORDS = [
4646
"python",
@@ -89,8 +89,8 @@
8989
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
9090
HERE = os.path.abspath(os.path.dirname(__file__))
9191

92-
GS_COMMAND = ("gease pyexcel-io v0.6.6 " +
93-
"Find 0.6.6 in changelog for more details")
92+
GS_COMMAND = ("gease pyexcel-io v0.6.7 " +
93+
"Find 0.6.7 in changelog for more details")
9494
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
9595
"Please install gease to enable it.")
9696
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)