Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Feb 3, 2025
2 parents 75ca619 + cd27b0c commit 15a7991
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release Notes
=============

Version 0.139.1 (Released February 03, 2025)
---------------

- Added deletable content type list in environment (#2384)
- Update dependency boto3 to v1.36.7 (#2405)
- Update dependency @types/jest-when to v3 (#2396)
- Update dependency @types/sinon to v17 (#2400)
- Resolve conflicts (#2401)
- Update dependency django-webpack-loader to v3 (#2288)
- Update dependency autoprefixer to v10 (#2398)

Version 0.139.0 (Released January 29, 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.139.0"
VERSION = "0.139.1"

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

0 comments on commit 15a7991

Please sign in to comment.