commit | 9e03368227d45ffe095d4be6b9164080e8fb952c | [log] [tgz] |
---|---|---|
author | Joey Armstrong <jarmstrong@linuxfoundation.org> | Wed Jul 31 11:36:22 2024 -0400 |
committer | Joey Armstrong <jarmstrong@linuxfoundation.org> | Wed Jul 31 11:37:06 2024 -0400 |
tree | 4101a2974525a12eb57a1bd9732886369a3f5c11 | |
parent | c8d7063ffeec94a4d20a236cbea83fb8b423cce6 [diff] |
Ignore python virtualenv directory Change-Id: I3937ba4b334340e354e07b82fd8d4aba4a15e498
diff --git a/.gitignore b/.gitignore index 14dc7bd..22ac932 100755 --- a/.gitignore +++ b/.gitignore
@@ -8,7 +8,7 @@ *.egg-info dist build -# .venv +.venv/ .tox # go related
diff --git a/VERSION b/VERSION index 7acd1cb..02419fa 100755 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -5.5.1 +5.5.2-dev1