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

bumped version to prepare a new release

This commit is contained in:
Bastian Venthur
2022-09-01 19:03:43 +02:00
parent fc4eb0f463
commit 73672598e5
3 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## unreleased ## [1.4.0] - 2022-09-01
* added type hints and mypy --strict to test suite * added type hints and mypy --strict to test suite
* improved default template * improved default template

View File

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

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
blag (1.4.0) unstable; urgency=medium
* added type hints and mypy --strict to test suite
* improved default template
-- Bastian Venthur <venthur@debian.org> Thu, 01 Sep 2022 18:59:11 +0200
blag (1.3.2) unstable; urgency=medium blag (1.3.2) unstable; urgency=medium
* Added --version option * Added --version option