10000 This is an auto-commit, updating project meta data, such as changelog… · pyexcel/pyexcel@8fb1e0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fb1e0b

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

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

CHANGELOG.rst

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

4-
0.7.2 - 00.04.2025
4+
0.7.3 - 12.04.2025
55
--------------------------------------------------------------------------------
66

77
**Fixed**
88

9-
#. `#260 <https://github.com/pyexcel/pyexcel/issues/260>`_: support pathlib from
9+
#. `#263 <https://github.com/pyexcel/pyexcel/issues/263>`_: support pathlib from
1010
python 3.4
1111
#. `#267 <https://github.com/pyexcel/pyexcel/issues/267>`_: better error message
1212
for file_name

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# The short X.Y version
2929
version = '0.7.3'
3030
# The full version, including alpha/beta/rc tags
31-
release = '0.7.2'
31+
release = '0.7.3'
3232

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

docs/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
EB8A
55
:Source code: http://github.com/pyexcel/pyexcel.git
66
:Issues: http://github.com/pyexcel/pyexcel/issues
77
:License: New BSD License
8-
:Development: |release|
98
:Released: |version|
109
:Generated: |today|
1110

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"data in different excel formats"
4141
)
4242
URL = "https://github.com/pyexcel/pyexcel"
43-
DOWNLOAD_URL = "%s/archive/0.7.2.tar.gz" % URL
43+
DOWNLOAD_URL = "%s/archive/0.7.3.tar.gz" % URL
4444
FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"]
4545
KEYWORDS = [
4646
"python",
@@ -88,8 +88,8 @@
8888
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
8989
HERE = os.path.abspath(os.path.dirname(__file__))
9090

91-
GS_COMMAND = ("gease pyexcel v0.7.2 " +
92-
"Find 0.7.2 in changelog for more details")
91+
GS_COMMAND = ("gease pyexcel v0.7.3 " +
92+
"Find 0.7.3 in changelog for more details")
9393
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
9494
"Please install gease to enable it.")
9595
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)
0