From fed78bfc30a4074f1aecd89400e8f0750215ebcd Mon Sep 17 00:00:00 2001 From: James Date: Fri, 1 Oct 2021 13:06:07 +0100 Subject: [PATCH] release: 0.11.0 --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e46ca9..2983bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.11.0] - 2021-10-05 + ### Added - New additional check type, "unknown_schema_version_used" https://github.com/openownership/cove-bods/issues/56 diff --git a/setup.py b/setup.py index 4cc791c..3f6c007 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='libcovebods', - version='0.10.1', + version='0.11.0', author='Open Data Services', author_email='code@opendataservices.coop', url='https://github.com/openownership/lib-cove-bods',