aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2023-01-05 11:30:41 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2023-01-05 11:30:41 -0500
commitcc0afb4255b78f20e87654061a0018f378018ed8 (patch)
tree73ffe85a6c66a44f884ca2ab158fae0183da616d
parent378bdb1792a595c27ae8ce320490203ee292ee0a (diff)
downloadb4-cc0afb4255b78f20e87654061a0018f378018ed8.tar.gz
Prep for 0.11.2v0.11.2
There's enough hotfixes in the branch to warrant a new bump release. Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
-rw-r--r--b4/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/b4/__init__.py b/b4/__init__.py
index 992bad5..b4be141 100644
--- a/b4/__init__.py
+++ b/b4/__init__.py
@@ -53,7 +53,7 @@ except ModuleNotFoundError:
# global setting allowing us to turn off networking
can_network = True
-__VERSION__ = '0.11.1'
+__VERSION__ = '0.11.2'
PW_REST_API_VERSION = '1.2'