From f09b30d069a36b04d67575dfc7ea8a27d3fd625b Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Sun, 27 Aug 2023 15:28:39 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++-- blag/version.py | 2 +- debian/changelog | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f36b32..4ac4c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [2.1.0] -- 2023-08-27 * default theme: `img` have now `max-width: 100%` by default to avoid very large images overflowing @@ -10,7 +10,7 @@ automatic finding of namespace packages and packaga-data, currently does not work as advertised in setuptools' docs * updated dependencies - +* created debian/watch ## [2.0.0] - 2023-06-16 diff --git a/blag/version.py b/blag/version.py index 3896400..a45506a 100644 --- a/blag/version.py +++ b/blag/version.py @@ -1 +1 @@ -__VERSION__ = "2.0.0" +__VERSION__ = "2.1.0" diff --git a/debian/changelog b/debian/changelog index 8c41d4d..ad6fb96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +blag (2.1.0) unstable; urgency=medium + + * default theme: `img` have now `max-width: 100%` by default to avoid very + large images overflowing + * packaging: explicitly list `templates`, `static` and `content` as packages + instead of relying on package-data for setuptools. additionally, created a + MANIFEST.in to add the contents of these directories here as well. the + automatic finding of namespace packages and packaga-data, currently does + not work as advertised in setuptools' docs + * updated dependencies + * created debian/watch + + -- Bastian Venthur Sun, 27 Aug 2023 15:27:39 +0200 + blag (2.0.0) unstable; urgency=medium * new upstream version