mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
removed watchfile, bumped version
This commit is contained in:
@@ -1,11 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [unreleased] -- XXXXXXX
|
## [2.2.0] -- 2023-11-05
|
||||||
|
|
||||||
* switched from flake8 to ruff
|
* switched from flake8 to ruff
|
||||||
* added missing docstrings
|
* added missing docstrings
|
||||||
* fixed dev requirements in pyproject, still pointing to sphinx
|
* fixed dev requirements in pyproject, still pointing to sphinx
|
||||||
* added Python3.12 to test suite
|
* added Python3.12 to test suite
|
||||||
|
* removed debian/watch
|
||||||
|
|
||||||
## [2.1.0] -- 2023-08-27
|
## [2.1.0] -- 2023-08-27
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
"""Version information for the blag package."""
|
"""Version information for the blag package."""
|
||||||
|
|
||||||
__VERSION__ = "2.1.0"
|
__VERSION__ = "2.2.0"
|
||||||
|
|||||||
10
debian/changelog
vendored
10
debian/changelog
vendored
@@ -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
|
blag (2.1.0) unstable; urgency=medium
|
||||||
|
|
||||||
* default theme: `img` have now `max-width: 100%` by default to avoid very
|
* default theme: `img` have now `max-width: 100%` by default to avoid very
|
||||||
|
|||||||
9
debian/watch
vendored
9
debian/watch
vendored
@@ -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
|
|
||||||
Reference in New Issue
Block a user