Skip to content

Commit

Permalink
Prep for release 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Oct 15, 2023
1 parent 33cdbca commit 0edec03
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Release 3.1.8 - October 15 2023
-------------------------------

* Add support for formatting the data label in chart trendlines.

:feature:`750`.


Release 3.1.7 - October 9 2023
Expand Down
2 changes: 1 addition & 1 deletion dev/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
project = u'XlsxWriter'
copyright = u'2013-2023, John McNamara'

version = '3.1.7'
version = '3.1.8'
release = version

exclude_patterns = []
Expand Down
Binary file modified docs/XlsxWriter.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run(self):

setup(
name='XlsxWriter',
version='3.1.7',
version='3.1.8',
author='John McNamara',
author_email='[email protected]',
url='https://github.com/jmcnamara/XlsxWriter',
Expand Down
2 changes: 1 addition & 1 deletion xlsxwriter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# SPDX-License-Identifier: BSD-2-Clause
# Copyright 2013-2023, John McNamara, [email protected]
#
__version__ = "3.1.7"
__version__ = "3.1.8"
__VERSION__ = __version__
from .workbook import Workbook # noqa

0 comments on commit 0edec03

Please sign in to comment.