Skip to content

Commit

Permalink
3.13.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dc3-tsd committed Dec 6, 2023
1 parent f895279 commit 5924af3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.


## [Unreleased]
## [3.13.1] - 2023-11-29

### Changed
- Catch OSError from DateTime related constructs and raise as ConstructError
Expand Down Expand Up @@ -641,7 +641,8 @@ It is assumed if you are not updating/adding tests.
- Fixed broken markdown headings from @bryant1410


[Unreleased]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.13.0...HEAD
[Unreleased]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.13.1...HEAD
[3.13.1]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.13.0...3.13.1
[3.13.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.12.0...3.13.0
[3.12.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.11.0...3.12.0
[3.11.0]: https://github.com/dod-cyber-crime-center/DC3-MWCP/compare/3.10.1...3.11.0
Expand Down
2 changes: 1 addition & 1 deletion mwcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
from mwcp.exceptions import *


__version__ = "3.13.0"
__version__ = "3.13.1"
2 changes: 1 addition & 1 deletion mwcp/config/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"$id": "https://raw.githubusercontent.com/dod-cyber-crime-center/DC3-MWCP/3.13.0/mwcp/config/schema.json",
"$id": "https://raw.githubusercontent.com/dod-cyber-crime-center/DC3-MWCP/3.13.1/mwcp/config/schema.json",
"title": "Report",
"description": "Defines the report of all metadata elements.",
"type": "object",
Expand Down

0 comments on commit 5924af3

Please sign in to comment.