Skip to content

Commit 5f35baa

Browse files
authored
Merge pull request #8 from OpenDataServices/update_version
release: 0.3.0
2 parents d32a323 + 3d9b130 commit 5f35baa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2023-09-14
11+
1012
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.
1113

1214
## Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="libcoveweb2",
7-
version="0.2.0",
7+
version="0.3.0",
88
author="Open Data Services",
99
author_email="[email protected]",
1010
packages=find_packages(),

0 commit comments

Comments
 (0)