Skip to content

Commit

Permalink
Update changelog and increment version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang committed Nov 21, 2022
1 parent 396afc1 commit 879bdf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
--------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion tpv/__init__.py
Original file line number Diff line number Diff line change
@@ -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():
Expand Down

0 comments on commit 879bdf3

Please sign in to comment.