From 4615717e53bad4340e24f3c09cd616c6bc782dd9 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 10 Aug 2022 19:56:24 +0000 Subject: [PATCH] 0.4.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ spine_json_lib/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c678c0..ba1a6d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.4.5 (2022-08-10) +### Fix +* Update python semantic release to a newer version ([`f74b30e`](https://github.com/socialpoint-labs/spine-json-lib/commit/f74b30e78837573c60e863b6a05bd98457d9ef8e)) + ## v0.4.4 (2022-08-10) ### Fix * Avoid removing SkinMeshes if parent slots are visible ([`9b4aa66`](https://github.com/socialpoint-labs/spine-json-lib/commit/9b4aa6637378e7eea6343ef00ac531306dd13829)) diff --git a/spine_json_lib/__init__.py b/spine_json_lib/__init__.py index e1a7895..fbd8d04 100644 --- a/spine_json_lib/__init__.py +++ b/spine_json_lib/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.4.4' +__version__ = '0.4.5' __url__ = 'https://github.com/socialpoint-labs/spine-json-lib' from spine_json_lib.spine_animation_editor import SpineAnimationEditor