Skip to content

Commit 92d453d

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

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

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

4+
0.7.0 - 10.05.2025
5+
--------------------------------------------------------------------------------
6+
7+
**Updated**
8+
9+
#. `#56 <https://github.com/pyexcel/pyexcel-xlsx/issues/56>`_: to add a csv file
10+
as sheet to a xlsx file
11+
412
0.6.1 - 10.11.2024
513
--------------------------------------------------------------------------------
614

docs/source/conf.py

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

setup.py

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

3030
NAME = "pyexcel-xlsx"
3131
AUTHOR = "C.W."
32-
VERSION = "0.6.1"
32+
VERSION = "0.7.0"
3333
3434
LICENSE = "New BSD"
3535
DESCRIPTION = (

0 commit comments

Comments
 (0)