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

bumped version

This commit is contained in:
Bastian Venthur
2024-07-06 15:34:57 +02:00
parent de8444cc5d
commit 5a68d15849
3 changed files with 15 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## [unreleased]
## [2.3.1] -- 2024-07-06
* added manpage
* added makefile target for generating blog's manpage

View File

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

13
debian/changelog vendored
View File

@@ -1,3 +1,16 @@
blag (2.3.1) unstable; urgency=medium
* added manpage
* added makefile target for generating blog's manpage
* added makefile target for serving blags docs locally
* mkdocs: disabled loading of google fonts, using locally installed system
fonts instead
* Debian: simplified html docs directory for blag-doc package
* Debian: changed section in debian/control from Python to Web
* updated dependencies
-- Bastian Venthur <venthur@debian.org> Sat, 06 Jul 2024 15:33:36 +0200
blag (2.3.0) unstable; urgency=medium
* fixed devsever so it does not crash anymore when the (re-)build fails