Merge branch '2.2' into 3.0

# Conflicts:
#	gns3server/version.py
This commit is contained in:
grossmj
2021-05-15 20:12:21 +09:30
14 changed files with 159 additions and 54 deletions

View File

@ -29,7 +29,6 @@ if "dev" in __version__:
try:
import os
import subprocess
if os.path.exists(os.path.join(os.path.dirname(os.path.abspath(__file__)), "..", ".git")):
r = subprocess.check_output(["git", "rev-parse", "--short", "HEAD"]).decode().strip()
__version__ = f"{__version__}-{r}"