Add docs and ready for v2.6.1

This commit is contained in:
Choco
2023-04-06 09:23:20 +08:00
parent 6e5a40d320
commit b8de512346
4 changed files with 29 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ from io import BytesIO
root_dir = os.path.dirname(os.path.abspath(__file__))
install_pack_dir = os.path.join(root_dir, "Vocard.zip")
__version__ = "v2.6.0"
__version__ = "v2.6.1"
def checkVersion(withMsg = False):
resp = requests.get("https://api.github.com/repos/ChocoMeow/Vocard/releases/latest")