Skip to content

Commit 242dbd7

Browse files
chfwactions-user
authored andcommitted
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent 77ad65c commit 242dbd7

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
Change log
22
================================================================================
33

4-
0.6.3 - 07.10.2021
4+
0.7.0 - 07.10.2021
55
--------------------------------------------------------------------------------
66

7-
**Updated**
7+
**Removed**
88

99
#. `#46 <https://github.com/pyexcel/pyexcel-xls/issues/46>`_: remove the hard
1010
pin on xlrd version < 2.0
11+
12+
**Added**
13+
1114
#. `#47 <https://github.com/pyexcel/pyexcel-xls/issues/47>`_: limit support to
1215
persist datetime.timedelta. see more details in doc
1316

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
copyright = '2015-2021 Onni Software Ltd.'
2727
author = 'C.W.'
2828
# The short X.Y version
29-
version = '0.6.3'
29+
version = '0.7.0'
3030
# The full version, including alpha/beta/rc tags
31-
release = '0.6.3'
31+
release = '0.7.0'
3232

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

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
NAME = "pyexcel-xls"
3434
AUTHOR = "C.W."
35-
VERSION = "0.6.3"
35+
VERSION = "0.7.0"
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.6.3.tar.gz" % URL
43+
DOWNLOAD_URL = "%s/archive/0.7.0.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.6.3 " +
85-
"Find 0.6.3 in changelog for more details")
84+
GS_COMMAND = ("gease pyexcel-xls v0.7.0 " +
85+
"Find 0.7.0 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 = (

0 commit comments

Comments
 (0)