From 4f7b491f998d3a8409cc7cee7d38694a7d304807 Mon Sep 17 00:00:00 2001 From: Eric Park Date: Thu, 23 Nov 2023 23:08:01 -0500 Subject: [PATCH] release: 2.25.1 - Fixed the localization for the human-readable timedelta getting stuck on non-English languages --- CHANGELOG.md | 16 ++++++++++++---- server/version.txt | 2 +- shippy/shippy/version.py | 2 +- version.txt | 2 +- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4998d316..604e9742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,23 +6,31 @@ The format is based on [Keep a Changelog][keep-a-changelog]. # [Unreleased] -[Unreleased]: https://github.com/shipperstack/shipper/compare/2.25.0...HEAD +[Unreleased]: https://github.com/shipperstack/shipper/compare/2.25.1...HEAD + + +# [2.25.1] - 2023-11-23 + +## Changed +- Fixed the localization for the human-readable timedelta getting stuck on non-English languages + +[2.25.1]: https://github.com/shipperstack/shipper/compare/2.25.0...2.25.1 # [2.25.0] - 2023-11-23 This release contains a database migration. -# Added +## Added - Added preliminary x86 build support to shipper -# Changed +## Changed - Fixed timedelta string not being translated (#248) - Updated help text in the admin page - Build variants are now handled as database model objects - General code cleanup -# Removed +## Removed - The variant configuration option has been deprecated and is slated for removal in the next release [2.25.0]: https://github.com/shipperstack/shipper/compare/2.24.2...2.25.0 diff --git a/server/version.txt b/server/version.txt index 790d3503..be506956 100644 --- a/server/version.txt +++ b/server/version.txt @@ -1 +1 @@ -2.25.0 \ No newline at end of file +2.25.1 \ No newline at end of file diff --git a/shippy/shippy/version.py b/shippy/shippy/version.py index 976e65a0..a45a8054 100644 --- a/shippy/shippy/version.py +++ b/shippy/shippy/version.py @@ -1 +1 @@ -__version__ = "2.25.0" \ No newline at end of file +__version__ = "2.25.1" \ No newline at end of file diff --git a/version.txt b/version.txt index 790d3503..be506956 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.25.0 \ No newline at end of file +2.25.1 \ No newline at end of file