forked from github.com/blag
fixed suggests to blag-doc, bumped version
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
"""Version information for the blag package."""
|
||||
|
||||
__VERSION__ = "2.2.0"
|
||||
__VERSION__ = "2.2.1"
|
||||
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
blag (2.2.1) UNRELEASED; urgency=medium
|
||||
|
||||
* fixed suggests field to blag-doc (Closes: #1055769)
|
||||
|
||||
-- Bastian Venthur <venthur@debian.org> Sat, 11 Nov 2023 10:57:06 +0100
|
||||
|
||||
blag (2.2.0) unstable; urgency=medium
|
||||
|
||||
* switched from flake8 to ruff
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user