Skip to content

Commit 1fb9069

Browse files
authored
Merge pull request #19 from OpenDataServices/2024-12-17
release: 0.4.0
2 parents c03eae0 + 3536b67 commit 1fb9069

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## Changed
10+
## [0.4.0] - 2024-12-17
11+
12+
### Changed
1113

1214
- In `TaskWithState.process_get_state()` any changes to `process_data` are now ignored. https://github.com/OpenDataServices/lib-cove-web-2/issues/14
1315
- Provide a specific error when JSON parsing fails, rather than generic "There was an error."
@@ -16,19 +18,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1618

1719
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.
1820

19-
## Added
21+
### Added
2022

2123
- base.html: Wrap default terms and conditions in template block so it can be overridden
2224
- utils.py: get_file_type_for_flatten_tool: consider content type too
2325
- settings.ALLOWED_UNKNOWN_CONTENT_TYPES.
2426

25-
## Fixed
27+
### Fixed
2628

2729
- utils.py: get_file_type_for_flatten_tool: include an error message in raise at end https://github.com/OpenDataServices/lib-cove-web-2/issues/3
2830

2931
## [0.2.0] - 2023-07-11
3032

31-
## Added
33+
### Added
3234

3335
- Model SuppliedDataFile has new method storage_name for use with Django storage (like storage_dir on SuppliedData)
3436

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.3.0",
7+
version="0.4.0",
88
author="Open Data Services",
99
author_email="[email protected]",
1010
packages=find_packages(),

0 commit comments

Comments
 (0)