1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

bumped version

This commit is contained in:
Bastian Venthur
2024-04-24 22:27:08 +02:00
parent f9ba289288
commit 8e88546249
3 changed files with 11 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
# Changelog
## [unreleased]
## [2.3.0] -- 2024-04-24
* Fixed devsever so it does not crash anymore when the (re-)build fails
* fixed devsever so it does not crash anymore when the (re-)build fails
* dropped support for Python 3.8 and 3.9
* updated dependencies

View File

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

8
debian/changelog vendored
View File

@@ -1,3 +1,11 @@
blag (2.3.0) unstable; urgency=medium
* fixed devsever so it does not crash anymore when the (re-)build fails
* dropped support for Python 3.8 and 3.9
* updated dependencies
-- Bastian Venthur <venthur@debian.org> Wed, 24 Apr 2024 22:25:31 +0200
blag (2.2.1) unstable; urgency=medium
* fixed suggests field to blag-doc (Closes: #1055769)