From 2c47d6dc054e925497dc5706e3d25e003d08171d Mon Sep 17 00:00:00 2001 From: Rudi Giesler Date: Wed, 27 Nov 2024 10:43:47 +0200 Subject: [PATCH 1/2] Release v1.3.0 --- CHANGELOG.md | 8 ++++++-- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a907374..48c8794f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + +## v1.3.0 ### Added - Filter ordered content sets by profile field values. - Add list_button_title to Whatsapp messages. @@ -22,6 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - API: Added page keyword to Assessments API - Ordered Content Sets: Import now allows for CSV values in time, unit, before or after, and contact field - Importing certain ContentPage fields with whitespace-only values will no longer throw unhandled exceptions +- UI: ContentPage listed multiple times in sidebar +- Ordered content set XLSX export ### Changed - Submit WA templates with Buttons if they exist, only submit with Quick Replies if no Buttons @@ -30,13 +35,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated sentry-sdk from 1.44.1 to 2.8.0 - Updated wagtail from 5.2.4 to 5.2.6 - Updated certifi from 2024.2.2 to 2024.7.4 -- Updated django from 4.2.11 to 4.2.15 +- Updated django from 4.2.11 to 4.2.16 - Updated sqlparse from 0.4.4 to 0.5.0 - Updated djangorestframework from 3.15.1 to 3.15.2 - Updated urllib3 from 2.2.1 to 2.2.2 - Updated requests from 2.31.0 to 2.32.2 - Updated idna from 3.6 to 3.7 ---> ## v1.2.1 ### Added diff --git a/pyproject.toml b/pyproject.toml index 45242278..5c32ece3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "contentrepo" -version = "1.2.2-dev.0" +version = "1.3.0" description = "A CMS for messaging systems" authors = ["Praekelt.org "] readme = "README.md" From 3a7ae8ef20c42abd8642d18b62f13c2d839a4e15 Mon Sep 17 00:00:00 2001 From: Rudi Giesler Date: Wed, 27 Nov 2024 10:45:03 +0200 Subject: [PATCH 2/2] Post-release version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c32ece3..ba3d51dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "contentrepo" -version = "1.3.0" +version = "1.3.1-dev.0" description = "A CMS for messaging systems" authors = ["Praekelt.org "] readme = "README.md"