Skip to content

Commit

Permalink
v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 1, 2024
1 parent 38f8542 commit c00d487
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
signed-off-by: Carlo Miguel F. Cruz <[email protected]>
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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4
0.0.5

0 comments on commit c00d487

Please sign in to comment.