aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-12-19 16:04:51 -0500
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2022-12-19 16:04:51 -0500
commit85f8c0171ca98c975ecce0bd9036a763ad63e5d6 (patch)
treead52158e2948b1d66b1892750a20288eee3c8b4c
parente429b11ede70d61bd90a86eda8b69735b4d19460 (diff)
downloadb4-85f8c0171ca98c975ecce0bd9036a763ad63e5d6.tar.gz
Prepare for 0.11.0 releasev0.11.0
Update the version string to 0.11.0. 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 01857b8..2571ba9 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.0-dev'
+__VERSION__ = '0.11.0'
PW_REST_API_VERSION = '1.2'