From 02c2c3019de4939138c92d070ffdadb86d9dc7f4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 13 Aug 2022 16:43:05 +0000 Subject: [PATCH] 0.1.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a498c..0264708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.4 (2022-08-13) +### Fix +* Added missing `py.typed` marker ([`ee3169f`](https://github.com/madpah/serializable/commit/ee3169f466353a88922174b40f5b29cb98998be9)) + ## v0.1.3 (2022-08-12) ### Fix * Added helpers for serializing XML dates and times (xsd:date, xsd:datetime) ([`c309834`](https://github.com/madpah/serializable/commit/c3098346abf445876d99ecb768d7a4a08b12a291)) diff --git a/pyproject.toml b/pyproject.toml index aa54b5b..48f7655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "py-serializable" -version = "0.1.3" +version = "0.1.4" description = "Library for serializing and deserializing Python Objects to and from JSON and XML." authors = ["Paul Horton "] maintainers = ["Paul Horton "]