Ajout note version déporté

This commit is contained in:
Ambulance Clerc
2022-06-06 11:07:30 +02:00
parent 0f5fbe6778
commit e92d92deec
2 changed files with 4 additions and 1 deletions

View File

@@ -19,7 +19,9 @@ from threading import *
from class_invoices import *
from class_addresses import *
VERSION = "202200602 - 1700"
fs = open("./version", "r")
VERSION = fs.read()
print(VERSION)
#test master 2
src_dir = os.getenv('APPDATA') + "\Attrib2Biz\src"

1
version Normal file
View File

@@ -0,0 +1 @@
202200606 - 1107