Skip to content

Commit

Permalink
release: 2.1.5
Browse files Browse the repository at this point in the history
* QUADS 2.1.5 release

Change-Id: Ia8285574c550a7d97047db22e1d083c0c193bd0f
  • Loading branch information
sadsfae committed Nov 15, 2024
1 parent 2df0e24 commit a91939a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/quads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
5 changes: 4 additions & 1 deletion rpm/quads.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -230,6 +230,9 @@ find /opt/quads/ | grep -E "(/__pycache__$|\.pyc$|\.pyo$)" | xargs rm -rf

%changelog

* Fri Nov 15 2024 Will Foster <[email protected]>
- 2.1.5 Release

* Wed Oct 02 2024 Will Foster <[email protected]>
- 2.1.0 Release

Expand Down
2 changes: 1 addition & 1 deletion src/quads/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def API_URL(self):

FPING_TIMEOUT = 10000

QUADSVERSION = "2.1.0"
QUADSVERSION = "2.1.5"
QUADSCODENAME = "bowie"

SUPPORTED = [
Expand Down

0 comments on commit a91939a

Please sign in to comment.