We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43e537c commit 44ebc1eCopy full SHA for 44ebc1e
3 files changed
CITATION.cff
@@ -22,5 +22,5 @@ keywords:
22
- management
23
- integration
24
license: Apache-2.0
25
-version: 26.01.3
+version: 26.01.4
26
date-released: "2026-01-15"
core/updater.py
@@ -126,7 +126,7 @@ def update_cli():
126
pass
127
128
system, arch = get_platform_info()
129
- asset_name = f"portabase_{{system}}_{{arch}}"
+ asset_name = f"portabase_{system}_{arch}"
130
if system == "windows":
131
asset_name += ".exe"
132
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "portabase-cli"
3
-version = "26.01.3"
+version = "26.01.4"
4
description = "The official command line interface (CLI) for managing and deploying Portabase instances with ease."
5
readme = "README.md"
6
requires-python = ">=3.12"
0 commit comments