From c00d4874d4372c35e82c906aea6bc4b71ff2c6c0 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:40:27 +0000 Subject: [PATCH] v0.0.5 --- .versionbot/CHANGELOG.yml | 23 +++++++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index aa8dd3f..b1a9510 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,26 @@ +- commits: + - subject: Use python3 venv which is recommended for adhering with PEP 668. + hash: 045c6112c1445bd4ecf24b88687f20227d32a14b + body: > + Starting alpine:3.19 with py3-pip v23.3.1-r0, py3-pip installations + using + + apk will cause the error `error: externally-managed-environment` when + pip + + attempts to upgrade the pip installation. We now use a virtual env for + + the test app to avoid this issue. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Carlo Miguel F. Cruz + signed-off-by: Carlo Miguel F. Cruz + author: Carlo Miguel F. Cruz + nested: [] + version: 0.0.5 + title: "" + date: 2024-11-01T07:40:24.530Z - commits: - subject: add default rote hash: 78156e42def9b077f43b881a3839464f4fca225e diff --git a/CHANGELOG.md b/CHANGELOG.md index e737a51..0277f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v0.0.5 +## (2024-11-01) + +* Use python3 venv which is recommended for adhering with PEP 668. [Carlo Miguel F. Cruz] + # v0.0.4 ## (2024-01-03) diff --git a/VERSION b/VERSION index 05b19b1..fa3de58 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.4 \ No newline at end of file +0.0.5 \ No newline at end of file