Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TL toggle on vm repair create to allow nested virtualization on repair VMs #7991

Merged
merged 10 commits into from
Oct 16, 2024
Prev Previous commit
Next Next commit
Update setup.py
  • Loading branch information
Sandido authored Oct 9, 2024
commit b40fc16e6d8c120166c4db96f7a5c78f3a183283
2 changes: 1 addition & 1 deletion src/vm-repair/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = "1.0.10"
VERSION = "1.1.0"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down
Loading