diff --git a/blag/version.py b/blag/version.py index 28f7d7a..deff8d1 100644 --- a/blag/version.py +++ b/blag/version.py @@ -1,3 +1,3 @@ """Version information for the blag package.""" -__VERSION__ = "2.3.1" +__VERSION__ = "2.3.2" diff --git a/debian/changelog b/debian/changelog index 5a382e9..453e93e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +blag (2.3.2) unstable; urgency=medium + + * Ignore FileNotFoundError when trying to get the last modified time of + files in directories. This happens for example with temporary emacs files. + * Added changelog to docs + * removed ruff's target-version from pyproject.toml, this value defaults to + the projects requires-python + + -- Bastian Venthur Sun, 13 Oct 2024 20:12:29 +0200 + blag (2.3.1) unstable; urgency=medium * added manpage