Compare commits

..

No commits in common. "379f01502a85faa0c8574ad7706002d5d6a36ebe" and "bc62408313bf369e137682905f487837662bc374" have entirely different histories.

3 changed files with 1 additions and 10 deletions

View File

@ -5,12 +5,6 @@ Dockerfile
.gitignore
LICENSE
dbman-log
run.sh
env
test-data
cif_data
*.yaml
*.json
# ---> Python
# Byte-compiled / optimized / DLL files

3
.gitignore vendored
View File

@ -1,9 +1,6 @@
run.sh
env
dbman-log
cif_data
gw.yaml
reasoncodes.json
# ---> Python
# Byte-compiled / optimized / DLL files

View File

@ -14,7 +14,7 @@
# program. If not, see
# https://git.fjla.uk/OwlBoard/db-manager/src/branch/main/LICENSE
version = "2023.7.1"
version = "2023.6.12"
print(f"main.py: Initialising db-manager v{version}")
#Third Party Imports