From 0ce21bb419109d46f5c8dbbe27a578fd9289da02 Mon Sep 17 00:00:00 2001 From: "Ed (ODSC)" Date: Wed, 18 Dec 2024 11:11:21 +0000 Subject: [PATCH] release: 0.27.0 --- CHANGELOG.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13076e2..3bcd747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.27.0] - 2024-12-18 + +### Added + +- Allow passing of schema as Python object, and update docs + ### Fixed - Some typos in docs, comments and examples - Put back some translations that were removed - Minor python tidyups - Avoid deprecation warning from the ijson package. https://github.com/OpenDataServices/flatten-tool/pull/458 -- Allow passing of schema as Python object, and update docs ### Removed diff --git a/setup.py b/setup.py index 27fe84c..e5fa273 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def run(self): setup( name="flattentool", - version="0.26.0", + version="0.27.0", author="Open Data Services", author_email="code@opendataservices.coop", packages=["flattentool"],