Compare commits
2 Commits
bc62408313
...
379f01502a
| Author | SHA1 | Date | |
|---|---|---|---|
| 379f01502a | |||
| ad547cdb26 |
@ -5,6 +5,12 @@ Dockerfile
|
||||
.gitignore
|
||||
LICENSE
|
||||
dbman-log
|
||||
run.sh
|
||||
env
|
||||
test-data
|
||||
cif_data
|
||||
*.yaml
|
||||
*.json
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,9 @@
|
||||
run.sh
|
||||
env
|
||||
dbman-log
|
||||
cif_data
|
||||
gw.yaml
|
||||
reasoncodes.json
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
# program. If not, see
|
||||
# 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}")
|
||||
|
||||
#Third Party Imports
|
||||
|
||||
Reference in New Issue
Block a user