From 1f8f416bcdf91da8de444d46ac517e8ecc1bd05f Mon Sep 17 00:00:00 2001 From: James B Date: Tue, 29 Aug 2023 16:10:51 +0100 Subject: [PATCH] Release: 0.23.0 --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac29e51..98cc978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/setup.py b/setup.py index b2b862e..75f48a2 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ def run(self): setup( name="flattentool", - version="0.22.0", + version="0.23.0", author="Open Data Services", author_email="code@opendataservices.coop", packages=["flattentool"],