Compare commits

...

2 Commits

Author SHA1 Message Date
Fred Boniface 379f01502a Bump version 2023-07-12 19:51:53 +01:00
Fred Boniface ad547cdb26 Update `ignore` files 2023-07-12 19:51:39 +01:00
3 changed files with 10 additions and 1 deletions

View File

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

3
.gitignore vendored
View File

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

View File

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