From ee71be86b5ebe56c99816d3e558e6d6298c047bf Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Thu, 11 Sep 2025 19:13:15 -0700 Subject: [PATCH] Debug build --- .github/workflows/build.yml | 2 +- wiki/GamUpdates.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4823dcb..d7bb7310 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -785,7 +785,7 @@ jobs: $gam config enable_dasa true save $gam checkconn $gam user "$gam_user" check serviceaccount - echo "***** gam info domain" + echo "***** gam info domain" $gam info domain $gam info user export tstamp=$($PYTHON -c "import time; print(time.time_ns())") diff --git a/wiki/GamUpdates.md b/wiki/GamUpdates.md index 99387608..5c9db153 100644 --- a/wiki/GamUpdates.md +++ b/wiki/GamUpdates.md @@ -10,6 +10,10 @@ Add the `-s` option to the end of the above commands to suppress creating the `g See [Downloads-Installs-GAM7](https://github.com/GAM-team/GAM/wiki/Downloads-Installs) for Windows or other options, including manual installation +### 7.21.00 + +Replaced datetime, dateutil, calendar and iso8601 Python libraries with arrow library. + ### 7.20.04 Cleaned up Python library imports: googleapiclient, iso8601