From 8c6161429598e3a043dbab9c2b3a247a9dba658b Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Sat, 11 Nov 2023 10:59:07 +0100 Subject: [PATCH] fixed suggests to blag-doc, bumped version --- CHANGELOG.md | 4 ++++ blag/version.py | 2 +- debian/changelog | 6 ++++++ debian/control | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ae7de..f4a94ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [2.2.1] -- 2023-11-11 + +* fixed `suggests` to blag-doc + ## [2.2.0] -- 2023-11-05 * switched from flake8 to ruff diff --git a/blag/version.py b/blag/version.py index 08f9cb0..30d8088 100644 --- a/blag/version.py +++ b/blag/version.py @@ -1,3 +1,3 @@ """Version information for the blag package.""" -__VERSION__ = "2.2.0" +__VERSION__ = "2.2.1" diff --git a/debian/changelog b/debian/changelog index eceaf07..aff404e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +blag (2.2.1) UNRELEASED; urgency=medium + + * fixed suggests field to blag-doc (Closes: #1055769) + + -- Bastian Venthur Sat, 11 Nov 2023 10:57:06 +0100 + blag (2.2.0) unstable; urgency=medium * switched from flake8 to ruff diff --git a/debian/control b/debian/control index 44ae262..2011e23 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Depends: ${python3:Depends}, ${misc:Depends}, Suggests: - python-blag-doc, + blag-doc, Description: Blog-aware, static site generator Blag is a blog-aware, static site generator, written in Python. It supports the following features: