Skip to content

Commit ccf7e25

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(main): release linkedevents 3.29.1
1 parent 3b3eed0 commit ccf7e25

4 files changed

Lines changed: 23 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.29.0"
2+
".": "3.29.1"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [3.29.1](https://github.com/City-of-Helsinki/linkedevents/compare/linkedevents-v3.29.0...linkedevents-v3.29.1) (2026-06-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **audit_log:** Fix test failures after django-resilient-logger 2.3 ([0f05a17](https://github.com/City-of-Helsinki/linkedevents/commit/0f05a172e866d09374d23a09c214f2f0afdb0df6))
9+
* **docker-compose:** Use standard Debian-based tag for postgis-image ([507cb8b](https://github.com/City-of-Helsinki/linkedevents/commit/507cb8bb7cb6eef747281c64652974b95b1059e1))
10+
* **migrations:** Add events migration for the Keyword name indexes ([aa29504](https://github.com/City-of-Helsinki/linkedevents/commit/aa29504bda6fdb9196db9bc3daf917c5095fb5a7))
11+
12+
13+
### Dependencies
14+
15+
* Bump cryptography from 48.0.0 to 48.0.1 ([3b3eed0](https://github.com/City-of-Helsinki/linkedevents/commit/3b3eed020ea6ef199f84f29b798c31275f5ed644))
16+
* Update pre-commit tool versions ([4d5c1b3](https://github.com/City-of-Helsinki/linkedevents/commit/4d5c1b38ac3ace5dd8ba37203171f6cfb49851a1))
17+
18+
19+
### Documentation
20+
21+
* Update Voikko linking instructions for macOS with uv ([e0ffc57](https://github.com/City-of-Helsinki/linkedevents/commit/e0ffc579f8a6fa64f15959da2b6c2d805395e4ae))
22+
323
## [3.29.0](https://github.com/City-of-Helsinki/linkedevents/compare/linkedevents-v3.28.0...linkedevents-v3.29.0) (2026-06-12)
424

525

linkedevents/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.29.0"
1+
__version__ = "3.29.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "linkedevents"
33
requires-python = ">=3.12, <3.13"
4-
version = "3.29.0"
4+
version = "3.29.1"
55
dependencies = [
66
"attrs",
77
"beautifulsoup4",

0 commit comments

Comments
 (0)