From 405408ba69c90609fb132d125eee2d09446461d2 Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Thu, 12 Oct 2023 23:18:37 +0200 Subject: [PATCH] Update version to 2.5.1 and clean changelog --- Config/AppVersion.xcconfig | 2 +- changelog.d/849. feature | 1 - changelog.d/880. feature | 1 - towncrier.toml | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/849. feature delete mode 100644 changelog.d/880. feature diff --git a/Config/AppVersion.xcconfig b/Config/AppVersion.xcconfig index 36ba01de3e..e248d94555 100644 --- a/Config/AppVersion.xcconfig +++ b/Config/AppVersion.xcconfig @@ -15,5 +15,5 @@ // // Version -MARKETING_VERSION = 2.5.0 +MARKETING_VERSION = 2.5.1 CURRENT_PROJECT_VERSION = 1 diff --git a/changelog.d/849. feature b/changelog.d/849. feature deleted file mode 100644 index 04bd26f942..0000000000 --- a/changelog.d/849. feature +++ /dev/null @@ -1 +0,0 @@ -[XSSS] Amélioration UX, wording et organisation des settings sécurité (partie II, multidevice) (#849) \ No newline at end of file diff --git a/changelog.d/880. feature b/changelog.d/880. feature deleted file mode 100644 index 969f269d9b..0000000000 --- a/changelog.d/880. feature +++ /dev/null @@ -1 +0,0 @@ -Activer les sondages (Polls) diff --git a/towncrier.toml b/towncrier.toml index c9da1ce43d..e6cccbf099 100644 --- a/towncrier.toml +++ b/towncrier.toml @@ -1,6 +1,6 @@ [tool.towncrier] name = "Changes in" -version = "2.5.0" +version = "2.5.1" filename = "TCHAP_CHANGES.md" directory = "changelog.d" template = "changelog.d/_template.md.jinja"