We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1d157 commit eb5a448Copy full SHA for eb5a448
3 files changed
.github/workflows/python.yml
@@ -18,7 +18,7 @@ jobs:
18
runner: macos-latest
19
- os: macos
20
arch: amd64
21
- runner: macos-15
+ runner: macos-13
22
23
steps:
24
- uses: actions/checkout@v4
CITATION.cff
@@ -22,5 +22,5 @@ keywords:
- management
- integration
license: Apache-2.0
25
-version: 26.01.27
26
-date-released: "2026-01-27"
+version: 26.02.1
+date-released: "2026-02-10"
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "portabase-cli"
3
-version = "26.01.27"
+version = "26.02.1"
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