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

Skip to content

Commit c5eef70

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

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change log
22
================================================================================
33

4+
0.7.2 - 00.04.2025
5+
--------------------------------------------------------------------------------
6+
7+
**Fixed**
8+
9+
#. `#260 <https://github.com/pyexcel/pyexcel/issues/260>`_: support pathlib from
10+
python 3.4
11+
#. `#267 <https://github.com/pyexcel/pyexcel/issues/267>`_: better error message
12+
for file_name
13+
414
0.7.2 - 23.03.2025
515
--------------------------------------------------------------------------------
616

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
copyright = '2014-2025 Onni Software Ltd.'
2727
author = 'C.W.'
2828
# The short X.Y version
29-
version = '0.7.2'
29+
version = '0.7.3'
3030
# The full version, including alpha/beta/rc tags
3131
release = '0.7.2'
3232

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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|
89
:Released: |version|
910
:Generated: |today|
1011

pyexcel/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.7.2'
1+
__version__ = '0.7.3'
22
__author__ = 'C.W.'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
NAME = "pyexcel"
3434
AUTHOR = "C.W."
35-
VERSION = "0.7.2"
35+
VERSION = "0.7.3"
3636
EMAIL = "info@pyexcel.org"
3737
LICENSE = "New BSD"
3838
DESCRIPTION = (

0 commit comments

Comments
 (0)
0