diff --git a/conf/quads.yml b/conf/quads.yml index 01bf045f..ce64a453 100644 --- a/conf/quads.yml +++ b/conf/quads.yml @@ -11,7 +11,7 @@ spare_pool_owner: quads # display name for QUADS email notifications mail_display_name: "QUADS Scheduler" # set header for User-Agent: -mail_user_agent: "Rufus Postman 2.1.0" +mail_user_agent: "Rufus Postman 2.1.5" domain: example.com log: /opt/quads/log/quads.log quads_base_url: http://127.0.0.1:5000/ diff --git a/rpm/quads.spec b/rpm/quads.spec index fa7dada3..8888f751 100644 --- a/rpm/quads.spec +++ b/rpm/quads.spec @@ -15,7 +15,7 @@ %define name quads-dev %define reponame quads %define branch latest -%define version 2.1.0 +%define version 2.1.5 %define build_timestamp %{lua: print(os.date("%Y%m%d"))} Summary: Automated future scheduling, documentation, end-to-end provisioning and assignment of servers and networks. @@ -230,6 +230,9 @@ find /opt/quads/ | grep -E "(/__pycache__$|\.pyc$|\.pyo$)" | xargs rm -rf %changelog +* Fri Nov 15 2024 Will Foster +- 2.1.5 Release + * Wed Oct 02 2024 Will Foster - 2.1.0 Release diff --git a/src/quads/config.py b/src/quads/config.py index 14c79f0e..267b3648 100644 --- a/src/quads/config.py +++ b/src/quads/config.py @@ -81,7 +81,7 @@ def API_URL(self): FPING_TIMEOUT = 10000 - QUADSVERSION = "2.1.0" + QUADSVERSION = "2.1.5" QUADSCODENAME = "bowie" SUPPORTED = [