From 30e427958339233e1d249c8ec0a7076ed2652b48 Mon Sep 17 00:00:00 2001 From: "Ed (ODSC)" Date: Thu, 14 Sep 2023 13:48:30 +0100 Subject: [PATCH] release: 0.3.0 --- CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e39d6c..322706d 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.3.0] + When upgrading to this version, `ALLOWED_UNKNOWN_CONTENT_TYPES` must be set in the Django settings file, ideally from the settings file included with this library. ## Added diff --git a/setup.py b/setup.py index e6f9ea3..cfc59f1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="libcoveweb2", - version="0.2.0", + version="0.3.0", author="Open Data Services", author_email="code@opendataservices.coop", packages=find_packages(),