Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyexcel-xlsxr.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
overrides: "pyexcel.yaml"
name: "pyexcel-xlsxr"
nick_name: "xlsxr"
version: "0.6.1"
current_version: "0.6.1"
release: "0.6.1"
version: "0.6.2"
current_version: "0.6.2"
release: "0.6.2"
copyright_year: 2015-2024
file_type: xlsx
nodocs: true
Expand Down
2 changes: 1 addition & 1 deletion pyexcel_xlsxr/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.6.1'
__version__ = '0.6.2'
__author__ = 'C.W.'
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@

NAME = "pyexcel-xlsxr"
AUTHOR = "C.W."
VERSION = "0.6.1"
VERSION = "0.6.2"
EMAIL = "info@pyexcel.org"
LICENSE = "New BSD"
DESCRIPTION = (
"Read xlsx file using partial xml"
)
URL = "https://github.com/pyexcel/pyexcel-xlsxr"
DOWNLOAD_URL = "%s/archive/0.6.1.tar.gz" % URL
DOWNLOAD_URL = "%s/archive/0.6.2.tar.gz" % URL
FILES = ["README.rst", "CHANGELOG.rst"]
KEYWORDS = [
"python",
Expand Down Expand Up @@ -75,8 +75,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-xlsxr v0.6.1 " +
"Find 0.6.1 in changelog for more details")
GS_COMMAND = ("gease pyexcel-xlsxr v0.6.2 " +
"Find 0.6.2 in changelog for more details")
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
"Please install gease to enable it.")
UPLOAD_FAILED_MSG = (
Expand Down
Loading