From 33e0bf3fcab7da8a323060f4656a7cf530eed6f1 Mon Sep 17 00:00:00 2001 From: Adam Shedivy Date: Fri, 23 Aug 2024 14:26:43 -0500 Subject: [PATCH] Bump version to v0.1.4 for release --- CHANGELOG.md | 2 ++ mapepire_python/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b2245..b4e6bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [v0.1.4](https://github.com/Mapepire-IBMi/mapepire-python/releases/tag/v0.1.4) - 2024-08-23 + ## [v0.1.3](https://github.com/Mapepire-IBMi/mapepire-python/releases/tag/v0.1.3) - 2024-08-23 ## [v0.1.4] - 2025-08-09 diff --git a/mapepire_python/version.py b/mapepire_python/version.py index 2081059..e63e4f0 100644 --- a/mapepire_python/version.py +++ b/mapepire_python/version.py @@ -2,7 +2,7 @@ _MINOR = "1" # On main and in a nightly release the patch should be one ahead of the last # released build. -_PATCH = "3" +_PATCH = "4" # This is mainly for nightly builds which have the suffix ".dev$DATE". See # https://semver.org/#is-v123-a-semantic-version for the semantics. _SUFFIX = ""