bumped version prepared upload

This commit is contained in:
Bastian Venthur
2024-10-13 20:13:10 +02:00
parent 07be96aa7c
commit 1406148452
2 changed files with 11 additions and 1 deletions

View File

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

10
debian/changelog vendored
View File

@@ -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 <venthur@debian.org> Sun, 13 Oct 2024 20:12:29 +0200
blag (2.3.1) unstable; urgency=medium
* added manpage