diff --git a/RELEASE.rst b/RELEASE.rst index 199cd70966..6e0e591b6f 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,22 @@ Release Notes ============= +Version 0.13.19 (Released July 12, 2024) +--------------- + +- remove erronous export string (#1257) +- Install django-silk nad fix topics api perf (#1250) +- change xpro ETL dict key back (#1252) +- reindexing fixes (#1247) +- Pin dependencies (#1225) +- Plain text news/events titles/authors; standardize html cleanup (#1248) +- Condensed list card components for user lists (#1251) +- Change readable_id values for podcasts and episodes (#1232) +- adjust / refactor channel detail header (#1234) +- use main not "$default-branch" (#1249) +- Update dependency ruff to v0.5.1 (#1241) +- Update dependency Django to v4.2.14 (#1240) + Version 0.13.18 (Released July 10, 2024) --------------- diff --git a/main/settings.py b/main/settings.py index 279cd0612b..6d0bc5f24f 100644 --- a/main/settings.py +++ b/main/settings.py @@ -33,7 +33,7 @@ from main.settings_pluggy import * # noqa: F403 from openapi.settings_spectacular import open_spectacular_settings -VERSION = "0.13.18" +VERSION = "0.13.19" log = logging.getLogger()