diff --git a/CHANGELOG.md b/CHANGELOG.md index c8f1bd6b..78ffb342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [5.7.27] - 2025-11-27 + +### Removed + +- Remove repeated words + ## [5.7.26] - 2025-11-06 ### Changed diff --git a/VERSION b/VERSION index 83cb14cc..508a0a97 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.7.26 +5.7.27 diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD index ea76e7f6..8248a454 100644 --- a/archlinux/PKGBUILD +++ b/archlinux/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: justforlxz pkgname=deepin-qt5integration-git -pkgver=5.7.26 +pkgver=5.7.27 pkgrel=1 sourcename=qt5integration sourcetars=("$sourcename"_"$pkgver".tar.xz) diff --git a/debian/changelog b/debian/changelog index 3ef0c6ee..73d6fa59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qt5integration (5.7.27) unstable; urgency=medium + + * Release 5.7.27 + + -- mhduiy Thu, 27 Nov 2025 19:39:11 +0800 + qt5integration (5.7.26) unstable; urgency=medium * Release 5.7.26 diff --git a/rpm/deepin-qt5integration.spec b/rpm/deepin-qt5integration.spec index 8964ecc7..9c164d97 100644 --- a/rpm/deepin-qt5integration.spec +++ b/rpm/deepin-qt5integration.spec @@ -1,7 +1,7 @@ %global repo qt5integration Name: deepin-qt5integration -Version: 5.7.26 +Version: 5.7.27 Release: 1%{?dist} Summary: Qt platform theme integration plugins for DDE # The entire source code is GPLv3+ except styles/ which is BSD,