Install venv patched for target use.
This patch is intended for local development use.
It will allow more makefile targets to use an upgraded python interpreter (3.10+)
Makefile
--------
o Change venv activate script dependency for three lingering targets
from $(venv-activate-script) to $(venv-activate-patched).
o venv-activate-patched supports local python v3.10+ use.
o Added target voltha-docs-catchall to support testing.
[HOWTO: Test]
% make sterile help
% make sterile multiversion
% make sterile voltha-docs-catchall
Change-Id: Id5f6c29c73bc11cc511fe83838fc234133d38ebf
diff --git a/VERSION b/VERSION
index ae93586..c6ec532 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.12.7
+2.12.8