From 39327aafc6fd1d0aa5abc196815087134bc90671 Mon Sep 17 00:00:00 2001 From: Bee Webb Date: Wed, 29 May 2024 09:07:24 +0000 Subject: [PATCH] library: release 0.7.1 Releases the changes (from last year) to sql whitespace in this PR: https://github.com/OpenDataServices/json-data-ferret/pull/37/files --- CHANGELOG.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf7d55..fc86b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.7.1] - 2024-05-29 ### Fixed diff --git a/setup.py b/setup.py index 9af0a12..4ce9906 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="jsondataferret", - version="0.7.0", + version="0.7.1", author="Open Data Services", author_email="code@opendataservices.coop", packages=[p for p in find_packages() if p.startswith("jsondataferret")],