Skip to content

Commit

Permalink
Prepare for tagging v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
petee-d committed Jan 27, 2025
1 parent a1a9863 commit cf48b47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.5.4
Small fixes:
* Fixed `SchematicsModelField` conversion error handling

(v1.5.3 was improperly tagged and contains an early version of the above change)

## v1.5.2
Small fixes:
* Fixed `SchematicsModelField` mapping of list item errors (index wasn't forced to string)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="stereotype",
version="1.5.2",
version="1.5.4",
author="Peter Dolák",
author_email="[email protected]",
description="Models for conversion and validation of rich data structures.",
Expand Down

0 comments on commit cf48b47

Please sign in to comment.