Skip to content

Commit

Permalink
update versionString
Browse files Browse the repository at this point in the history
  • Loading branch information
ethoms-usgs committed Oct 24, 2024
1 parent ad4b787 commit 0b4cce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scripts/GeMS_DocxToDMU.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import GeMS_utilityFunctions as guf
import docx

versionString = "GeMS_DocxToDMU.py, version of 5/8/24"
versionString = "GeMS_DocxToDMU.py, version of 10/24/24"
rawurl = "https://raw.githubusercontent.com/DOI-USGS/gems-tools-pro/master/Scripts/GeMS_DOCXToDMU.py"
guf.checkVersion(versionString, rawurl, "gems-tools-pro")

Expand Down
2 changes: 1 addition & 1 deletion Scripts/GeMS_ValidateDatabase.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
# values dictionary gets sent to report_template.jinja errors_template.jinja
val = {}

version_string = "GeMS_ValidateDatabase.py, version of 5/15/2024"
version_string = "GeMS_ValidateDatabase.py, version of 10/24/2024"
val["version_string"] = version_string
val["datetime"] = time.asctime(time.localtime(time.time()))

Expand Down

0 comments on commit 0b4cce2

Please sign in to comment.