release 0.3.20 (#620)

This commit is contained in:
Adil Hafeez 2025-11-22 19:29:04 -08:00 committed by GitHub
parent d37af7605c
commit b01a81927d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 24 additions and 16 deletions

View file

@ -19,7 +19,7 @@ source venv/bin/activate
### Step 3: Run the build script
```bash
pip install archgw==0.3.18
pip install archgw==0.3.20
```
## Uninstall Instructions: archgw CLI

View file

@ -2,4 +2,4 @@ import os
SERVICE_NAME_ARCHGW = "archgw"
ARCHGW_DOCKER_NAME = "archgw"
ARCHGW_DOCKER_IMAGE = os.getenv("ARCHGW_DOCKER_IMAGE", "katanemo/archgw:0.3.18")
ARCHGW_DOCKER_IMAGE = os.getenv("ARCHGW_DOCKER_IMAGE", "katanemo/archgw:0.3.20")

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw"
version = "0.3.18"
version = "0.3.20"
description = "Python-based CLI tool to manage Arch Gateway."
authors = ["Katanemo Labs, Inc."]
readme = "README.md"