1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

removed watchfile, bumped version

This commit is contained in:
Bastian Venthur
2023-11-05 17:15:15 +01:00
parent 77954f13ef
commit 9378bb5103
4 changed files with 13 additions and 11 deletions

View File

@@ -1,11 +1,12 @@
# Changelog
## [unreleased] -- XXXXXXX
## [2.2.0] -- 2023-11-05
* switched from flake8 to ruff
* added missing docstrings
* fixed dev requirements in pyproject, still pointing to sphinx
* added Python3.12 to test suite
* removed debian/watch
## [2.1.0] -- 2023-08-27

View File

@@ -1,3 +1,3 @@
"""Version information for the blag package."""
__VERSION__ = "2.1.0"
__VERSION__ = "2.2.0"

10
debian/changelog vendored
View File

@@ -1,3 +1,13 @@
blag (2.2.0) unstable; urgency=medium
* switched from flake8 to ruff
* added missing docstrings
* fixed dev requirements in pyproject, still pointing to sphinx
* added Python3.12 to test suite
* removed watch file again
-- Bastian Venthur <venthur@debian.org> Sun, 05 Nov 2023 17:08:09 +0100
blag (2.1.0) unstable; urgency=medium
* default theme: `img` have now `max-width: 100%` by default to avoid very

9
debian/watch vendored
View File

@@ -1,9 +0,0 @@
# You can run the "uscan" command to check for upstream updates and more.
# See uscan(1) for format
# Compulsory line, this is a version 4 file
version=4
# Direct Git
opts="mode=git" https://github.com/venthur/blag.git \
refs/tags/v([\d\.]+) debian uupdate