diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 054e8bc..e7cf9b3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.7" + ".": "0.2.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ca799..a23f746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.8](https://github.com/City-of-Helsinki/tirehtoori/compare/tirehtoori-v0.2.7...tirehtoori-v0.2.8) (2026-04-14) + + +### Dependencies + +* Bump django from 5.2.12 to 5.2.13 ([3b3331a](https://github.com/City-of-Helsinki/tirehtoori/commit/3b3331a796bf0da71c7a6fc56e663874f1a113d9)) +* Bump pytest from 9.0.1 to 9.0.3 ([bdced05](https://github.com/City-of-Helsinki/tirehtoori/commit/bdced054d7a72eb7d981bdf49ff7269fef196c8c)) + ## [0.2.7](https://github.com/City-of-Helsinki/tirehtoori/compare/tirehtoori-v0.2.6...tirehtoori-v0.2.7) (2026-04-02) diff --git a/tirehtoori/__init__.py b/tirehtoori/__init__.py index 6cd38b7..c49a95c 100644 --- a/tirehtoori/__init__.py +++ b/tirehtoori/__init__.py @@ -1 +1 @@ -__version__ = "0.2.7" +__version__ = "0.2.8"