From 879bdf37e60b144b00d2390a278c12655203c807 Mon Sep 17 00:00:00 2001 From: Nuwan Goonasekera <2070605+nuwang@users.noreply.github.com> Date: Mon, 21 Nov 2022 20:09:14 +0530 Subject: [PATCH] Update changelog and increment version to 1.4.1 --- CHANGELOG.rst | 7 +++++++ tpv/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 78e56c0..3c15533 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +1.4.1 - Nov 21, 2022. (sha 396afc17d0ba2f78e0827e6f8319246977994172) +-------------------------------------------------------------------- + +* Avoid deepcopying loader when cloning entities (PR #54) +* Change remaining uses of pyyaml to ruaml.yaml (PR #51) +* Automatic PyPi deployment action (#43) + 1.4.0 - Oct 12, 2022. (sha c4a49330a55f02107a9ece4ac84fd74f956f7017) -------------------------------------------------------------------- diff --git a/tpv/__init__.py b/tpv/__init__.py index cbc3efb..1977e9c 100644 --- a/tpv/__init__.py +++ b/tpv/__init__.py @@ -1,7 +1,7 @@ """Total Perspective Vortex library setup.""" # Current version of the library -__version__ = "1.4.0" +__version__ = "1.4.1" def get_version():