Skip to content

Commit ecbb7dd

Browse files
committed
Merge branch 'release'
2 parents 684c03b + 3249696 commit ecbb7dd

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

RELEASE.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Release Notes
22
=============
33

4+
Version 0.160.0 (Released August 25, 2025)
5+
---------------
6+
7+
- Remove ocw_to_hugo dependency and refactor (#2680)
8+
- fix(deps): update dependency requests to v2.32.5 (#2688)
9+
- fix(deps): update dependency boto3 to v1.40.12 (#2687)
10+
- chore(deps): update actions/checkout action to v5 (#2685)
11+
- fix(deps): update dependency xmlsec to v1.3.16 (#2495)
12+
- chore(deps): update dependency turndown to v7.2.1 (#2683)
13+
- fix(deps): update dependency pypdf to v6 [security] (#2678)
14+
- fix(deps): update dependency boto3 to v1.40.11 (#2684)
15+
- fix: underscores in tex expressions being interpreted as em tags (#2664)
16+
- chore(deps): update actions/checkout digest to 08eba0b (#2682)
17+
- fix: use filename instead of title for determining if changes are needed to menu (#2679)
18+
- added handling for optional quotes in internal resource links (#2675)
19+
- [pre-commit.ci] pre-commit autoupdate (#2619)
20+
421
Version 0.159.0 (Released August 21, 2025)
522
---------------
623

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
# pylint: disable=too-many-lines
2828

29-
VERSION = "0.159.0"
29+
VERSION = "0.160.0"
3030

3131
SITE_ID = get_int(
3232
name="OCW_STUDIO_SITE_ID",

0 commit comments

Comments
 (0)