diff --git a/CHANGELOG.md b/CHANGELOG.md index 12361db..21bb927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [1.5.0] - 2023-04-16 * moved to pyproject.toml * added python 3.11 to test suite diff --git a/blag/version.py b/blag/version.py index 6c9ba3b..3fe4bea 100644 --- a/blag/version.py +++ b/blag/version.py @@ -1 +1 @@ -__VERSION__ = '1.4.1' +__VERSION__ = '1.5.0' diff --git a/debian/changelog b/debian/changelog index e840a6d..fcf6839 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +blag (1.5.0) unstable; urgency=medium + + * new upstream version + * moved to pyproject.toml + * added python 3.11 to test suite + * break out lint and mypy from test matrix and only run on linux- and latest + stable python to make it a bit more efficient + * added dependabot check for github actions + * updated dependencies: + * mypy 1.2.0 + * types-markdown 3.4.2.1 + * pytest-cov 4.0.0 + * sphinx 5.3.0 + * pytest 7.3.0 + * flake8 6.0.0 + * twine 4.0.2 + * wheel 0.40.0 + + -- Bastian Venthur Sun, 16 Apr 2023 10:48:18 +0200 + blag (1.4.1) unstable; urgency=medium * Applied multi-arch fix by debian-janitor