Skip to content

Commit 0a52ccb

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

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change log
22
================================================================================
33

4+
0.7.1 - 31.03.2024
5+
--------------------------------------------------------------------------------
6+
7+
**Removed**
8+
9+
#. `#54 <https://github.com/pyexcel/pyexcel-xls/issues/54>`_: remove xlsm
10+
support for xlrd > 2.0.0
11+
412
0.7.0 - 07.10.2021
513
--------------------------------------------------------------------------------
614

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.7.0'
29+
version = '0.7.1'
3030
# The full version, including alpha/beta/rc tags
31-
release = '0.7.0'
31+
release = '0.7.1'
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-xls"
3434
AUTHOR = "C.W."
35-
VERSION = "0.7.0"
35+
VERSION = "0.7.1"
3636
3737
LICENSE = "New BSD"
3838
DESCRIPTION = (
3939
"A wrapper library to read, manipulate and write data in xls format. It" +
4040
"reads xlsx and xlsm format"
4141
)
4242
URL = "https://github.com/pyexcel/pyexcel-xls"
43-
DOWNLOAD_URL = "%s/archive/0.7.0.tar.gz" % URL
43+
DOWNLOAD_URL = "%s/archive/0.7.1.tar.gz" % URL
4444
FILES = ["README.rst","CONTRIBUTORS.rst", "CHANGELOG.rst"]
4545
KEYWORDS = [
4646
"python",
@@ -81,8 +81,8 @@
8181
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
8282
HERE = os.path.abspath(os.path.dirname(__file__))
8383

84-
GS_COMMAND = ("gease pyexcel-xls v0.7.0 " +
85-
"Find 0.7.0 in changelog for more details")
84+
GS_COMMAND = ("gease pyexcel-xls v0.7.1 " +
85+
"Find 0.7.1 in changelog for more details")
8686
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
8787
"Please install gease to enable it.")
8888
UPLOAD_FAILED_MSG = (

tests/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ pygments
1010
moban
1111
moban_jinja2_github
1212
pyexcel
13+
pytest

0 commit comments

Comments
 (0)