diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d6581d2ecf119aab5837b24edc5c777df98087ab..03ad79e3bc2413d5c5518b2cc81bdcddb322e0ad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,7 @@ Fixed * [Dev] AddressInputType missed country field. * Detail pages, e.g. for groups, did not work anymore. * The configured theme colors were not used by the frontend. +* Recurring events without until value weren't shown. `4.0`_ - 2025-03-29 ------------------- diff --git a/pyproject.toml b/pyproject.toml index 3972fe20feb30b1a044a7ed5c3ba72d73c1f01e7..27bbe664d89e13977305dde7133874cdae5a2369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,7 +129,7 @@ django-recurrence = "^1.11.1" django-timezone-field = "^7.0" uwsgi = "^2.0.21" tqdm = "^4.66.1" -django-pg-rrule = "^0.4.1" +django-pg-rrule = "^0.4.2" libsass = "^0.23.0" graphene-django-optimizer-reloaded = "^0.9.2" defusedxml = "^0.7.1"