release: Prepare release v1.1.2

This commit is contained in:
gyptazy
2025-04-19 20:10:49 +02:00
parent 96ffa086b1
commit 366d5bc264
5 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERSION="1.1.1"
VERSION="1.1.2b"
sed -i "s/^__version__ = .*/__version__ = \"$VERSION\"/" "proxlb/utils/version.py"
sed -i "s/version=\"[0-9]*\.[0-9]*\.[0-9]*\"/version=\"$VERSION\"/" setup.py