File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- 0.7.2 - 00 .04.2025
4
+ 0.7.3 - 12 .04.2025
5
5
--------------------------------------------------------------------------------
6
6
7
7
**Fixed **
8
8
9
- #. `#260 <https://github.com/pyexcel/pyexcel/issues/260 >`_: support pathlib from
9
+ #. `#263 <https://github.com/pyexcel/pyexcel/issues/263 >`_: support pathlib from
10
10
python 3.4
11
11
#. `#267 <https://github.com/pyexcel/pyexcel/issues/267 >`_: better error message
12
12
for file_name
Original file line number Diff line number Diff line change 28
28
# The short X.Y version
29
29
version = '0.7.3'
30
30
# The full version, including alpha/beta/rc tags
31
- release = '0.7.2 '
31
+ release = '0.7.3 '
32
32
33
33
# -- General configuration ---------------------------------------------------
34
34
Original file line number Diff line number Diff line change 5
5
:Source code: http://github.com/pyexcel/pyexcel.git
6
6
:Issues: http://github.com/pyexcel/pyexcel/issues
7
7
:License: New BSD License
8
- :Development: |release |
9
8
:Released: |version |
10
9
:Generated: |today |
11
10
Original file line number Diff line number Diff line change 40
40
"data in different excel formats"
41
41
)
42
42
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
44
44
FILES = ["README.rst" , "CONTRIBUTORS.rst" , "CHANGELOG.rst" ]
45
45
KEYWORDS = [
46
46
"python" ,
88
88
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
89
89
HERE = os .path .abspath (os .path .dirname (__file__ ))
90
90
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" )
93
93
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
94
94
"Please install gease to enable it." )
95
95
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments