Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
New release: 1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
chaws committed Nov 10, 2023
1 parent 498eba1 commit 59d0963
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.77

This 1.77 release adds two little features in SQUAD api. First one is when
using `/api/submit/`, SQUAD will now return the id of the test run just created.
The second feature is a new flag `?delay_fetch` when passed to `/api/watchjob/`
which tells SQUAD not to schedule the jobs to be fetched right away.

# 1.76.2

This 1.76.2 release fixes job status when fetching jobs.
Expand Down
2 changes: 1 addition & 1 deletion squad/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.76.2'
__version__ = '1.77'

0 comments on commit 59d0963

Please sign in to comment.