Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Jan 29, 2025
2 parents 3c954b9 + a76145c commit 52a4026
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Release Notes
=============

Version 0.139.0 (Released January 29, 2025)
---------------

- Revert "Update Node.js to v20.18.2 (#2390)" (#2392)
- added management command to detect unrelated files in a website (#2378)
- Update dependency pygithub to v2.5.0 (#2389)
- Update dependency boto3 to v1.36.3 (#2388)
- Update Node.js to v20.18.2 (#2390)
- Update concourse/concourse Docker tag to v7.12 (#2387)
- Update Node.js to v20.18.1 (#2386)
- Update actions/checkout digest to 11bd719 (#2354)
- Update Yarn to v3.8.7 (#2385)
- Update dependency django to v4.2.18 [SECURITY] (#2361)
- Remove submitting to wayback machine logging when task is not executed (#2382)
- Introduce Environment Variable to Control Wayback Machine Tasks (#2379)

Version 0.138.0 (Released January 17, 2025)
---------------

Expand Down
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# pylint: disable=too-many-lines

VERSION = "0.138.0"
VERSION = "0.139.0"

SITE_ID = get_int(
name="OCW_STUDIO_SITE_ID",
Expand Down

0 comments on commit 52a4026

Please sign in to comment.