From 74b3f79ca120e3c8433abd54347777a9aa41df3d Mon Sep 17 00:00:00 2001 From: Nicolas Delvaux Date: Mon, 22 Jul 2024 14:39:43 +0200 Subject: [PATCH] Release version 2.6.2 --- Changelog | 5 +++++ debian/changelog | 8 ++++++++ debian/control | 2 +- debian/copyright | 6 +++--- lift/__init__.py | 2 +- 5 files changed, 18 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index 211a441..6330e8b 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ +Version 2.6.2 Released on 2024/07/22 + + * Fix compatibility with Python 3.12 + * Modernize the code + Version 2.6.1 Released on 2022/10/31 * Stop building the man pages automatically diff --git a/debian/changelog b/debian/changelog index bbda247..3637adb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lift (2.6.2-1) unstable; urgency=medium + + * New upstream release (Closes: #1074667) + * Bump standards version to 4.7.0 (no change required) + * Update the copyright year + + -- Nicolas Delvaux Mon, 22 Jul 2024 14:31:43 +0200 + lift (2.6.1-1) unstable; urgency=medium * New upstream release (Closes: #1022502) diff --git a/debian/control b/debian/control index 2c46478..8a0842c 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper-compat (= 13), python3-docutils, python3-junit.xml, python3-setuptools -Standards-Version: 4.6.1 +Standards-Version: 4.7.0 Homepage: https://github.com/Malizor/lift Package: lift diff --git a/debian/copyright b/debian/copyright index 9416cca..b85e25d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,12 +3,12 @@ Upstream-Name: lift Source: https://github.com/Malizor/lift Files: * -Copyright: 2014-2022 Nicolas Delvaux - 2014-2022 Cognacq-Jay Image +Copyright: 2014-2024 Nicolas Delvaux + 2014-2024 Cognacq-Jay Image License: GPL-2+ Files: debian/* -Copyright: 2015-2022 Nicolas Delvaux +Copyright: 2015-2024 Nicolas Delvaux License: GPL-2+ License: GPL-2+ diff --git a/lift/__init__.py b/lift/__init__.py index fb8ddc7..d431d59 100644 --- a/lift/__init__.py +++ b/lift/__init__.py @@ -20,4 +20,4 @@ """lift module""" canonical_name = "lift" -version = "2.6.1" +version = "2.6.2"