Skip to content

Commit

Permalink
Release: 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjames committed Aug 29, 2023
1 parent 7d5d2f2 commit 1f8f416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.23.0] - 2023-08-30

### Changed

- Flatten & Create Template: Previously, CSV filenames were truncated to 31 characters, which is the maximum length of a sheet name in Excel.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def run(self):

setup(
name="flattentool",
version="0.22.0",
version="0.23.0",
author="Open Data Services",
author_email="[email protected]",
packages=["flattentool"],
Expand Down

0 comments on commit 1f8f416

Please sign in to comment.