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

bumped version, updated changelogs

This commit is contained in:
Bastian Venthur
2022-09-29 20:43:40 +02:00
parent 31fc3d688b
commit c06424cfdf
3 changed files with 11 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## [1.4.1] - 2022-09-29
* applied multi-arch fix by debian-janitor
## [1.4.0] - 2022-09-01 ## [1.4.0] - 2022-09-01
* added type hints and mypy --strict to test suite * added type hints and mypy --strict to test suite

View File

@@ -1 +1 @@
__VERSION__ = '1.4.0' __VERSION__ = '1.4.1'

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
blag (1.4.1) unstable; urgency=medium
* Applied multi-arch fix by debian-janitor
-- Bastian Venthur <venthur@debian.org> Thu, 29 Sep 2022 20:41:28 +0200
blag (1.4.0) unstable; urgency=medium blag (1.4.0) unstable; urgency=medium
* added type hints and mypy --strict to test suite * added type hints and mypy --strict to test suite