Skip to content

Commit

Permalink
Release 0.119.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed May 28, 2024
1 parent d6d5cd1 commit fd949d6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release Notes
=============

Version 0.119.0
---------------

- Check external resources for broken links (#2171)
- fix(deps): update dependency django-anymail to v10.3 (#2193)
- chore(deps): update node.js to v20.13.1 (#2194)
- chore(deps): update dependency turndown to v7.2.0 (#2192)
- fix(deps): update dependency django-model-utils to v4.5.1 (#2191)
- fix(deps): update dependency django to v4.2.13 (#2190)
- fix(deps): update dependency boto3 to v1.34.113 (#2189)
- updated postgres version in CI (#2185)
- Course publish without metadata (unforked) (#2183)
- upgraded PostgreSQL version from 12.8 to 16.3 (#2184)
- [pre-commit.ci] pre-commit autoupdate (#2182)
- chore(deps): lock file maintenance (#1884)
- [pre-commit.ci] pre-commit autoupdate (#2173)

Version 0.118.0 (Released May 10, 2024)
---------------

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.118.0"
VERSION = "0.119.0"

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

0 comments on commit fd949d6

Please sign in to comment.