Skip to content

Commit d7ccb8a

Browse files
Merge pull request #185 from SEI-gstrom/version/3.0.24
Version/3.0.24
2 parents 1875c09 + 2f2bb43 commit d7ccb8a

File tree

25 files changed

+452
-216
lines changed

25 files changed

+452
-216
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ VINCE Coordination platform code
77
## Description
88
VINCE Coordination platform code
99

10+
Version 3.0.24 2025-08-26
11+
12+
* adjusted code for generating spreadsheet used for detailed weekly reports (Intental-804)
13+
14+
15+
Version 3.0.23 2025-08-14
16+
17+
* modified specifications, in response to user requests, for spreadsheet used for detailed weekly reports (Internal-804)
18+
19+
20+
Version 3.0.22 2025-08-04
21+
22+
* updated "Read More" link on guidance page (Internal-816)
23+
* modified specifications, in response to user requests, for spreadsheet used for detailed weekly reports (Internal-804)
24+
* fixed bug preventing the sending of private messages to coordinators with unusually long titles (GitHub issue 181)
25+
* removed autorefresh for activity section of the ticket page in response to user request (Internal-809)
26+
1027
Version 3.0.21 2025-06-30
1128

1229
* updated numerous links to CVD documentation, etc. (Internal-816)

api_examples/get_vince.py

100755100644
File mode changed.

bigvince/settings_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
ROOT_DIR = environ.Path(__file__) - 3
5555

5656
# any change that requires database migrations is a minor release
57-
VERSION = "3.0.21"
57+
VERSION = "3.0.24"
5858

5959
# Quick-start development settings - unsuitable for production
6060
# See https://docs.djangoproject.com/en/2.1/howto/deployment/checklist/

cdk/lambda/CreateDatabases/bin/chardetect

100755100644
File mode changed.

cdk/scripts/aws-logs.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)