From b64c97e2ee00d931e75bc96f4bab76adee49abe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nepo=20Rojas=20=E2=80=A2=20GECI?= Date: Thu, 18 Apr 2024 10:20:48 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=F0=9F=94=8A=20Update=20ch?= =?UTF-8?q?ange=20log=20and=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 +++++++--- dummy_transformations/__init__.py | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee41405..8b4a479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.4.0] - 2023-08-31 +## [0.4.1] - 2024-04-31 ### Added ### Fixed ### Changed +- Fix repo path +- Update actions ### Removed +## [0.4.0] - 2023-08-31 + -[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v1.1.1...HEAD -[0.0.1]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.0.1 +[unreleased]: https://github.com/IslasGECI/dummy_transformations/compare/v1.1.1...HEAD +[0.0.1]: https://github.com/IslasGECI/dummy_transformations/releases/tag/v0.0.1 diff --git a/dummy_transformations/__init__.py b/dummy_transformations/__init__.py index af42fa1..d9c9e84 100644 --- a/dummy_transformations/__init__.py +++ b/dummy_transformations/__init__.py @@ -1,4 +1,4 @@ """A template Python module""" -__version__ = "0.4.0" +__version__ = "0.4.1" from .transformations import add_offset # noqa