Skip to content

Commit 9917c4a

Browse files
github-actions[bot]mhieta
authored andcommitted
chore(main): release palvelutarjotin 1.26.0
1 parent 2484b23 commit 9917c4a

4 files changed

Lines changed: 24 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-
".": "1.25.2"
2+
".": "1.26.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
<!-- REMINDER: While updating changelog, also remember to update
22
the version in palvelutarjotin/__init.py__ -->
33

4+
## [1.26.0](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.25.2...palvelutarjotin-v1.26.0) (2025-10-09)
5+
6+
7+
### Features
8+
9+
* Migrate to django-csp 4.0 ([d313c9a](https://github.com/City-of-Helsinki/palvelutarjotin/commit/d313c9ab9a0be0282ef745144fd2c4b643acac9b))
10+
11+
12+
### Bug Fixes
13+
14+
* Remove deprecated PickleSerializer ([0ebb1fb](https://github.com/City-of-Helsinki/palvelutarjotin/commit/0ebb1fb2b7edd7183e7199559cb32a092073ed51))
15+
* Update time-filtering for Django 5 ([d0b3289](https://github.com/City-of-Helsinki/palvelutarjotin/commit/d0b328914444d283fd8dc2359d70b2f904823e36))
16+
* Update verification token settings ([2484b23](https://github.com/City-of-Helsinki/palvelutarjotin/commit/2484b23003521d0f5729d57a2505b07eacce7094))
17+
18+
19+
### Dependencies
20+
21+
* Bump django 5.2 and requirements ([dbc8191](https://github.com/City-of-Helsinki/palvelutarjotin/commit/dbc8191ff7f06ae381a96fcaadd3cabfe1353578))
22+
* Bump django from 4.2.24 to 4.2.25 ([fee3462](https://github.com/City-of-Helsinki/palvelutarjotin/commit/fee3462ea04d0211cf3bf5404aa1d909032d5371))
23+
* Bump django-csp to 4.0 ([0ed736a](https://github.com/City-of-Helsinki/palvelutarjotin/commit/0ed736a713c4a845cfbf9a05a096fa31356ded0e))
24+
425
## [1.25.2](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.25.1...palvelutarjotin-v1.25.2) (2025-09-23)
526

627

palvelutarjotin/__init__.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "palvelutarjotin"
3-
version = "1.25.2"
3+
version = "1.26.0"
44
requires-python = ">= 3.12"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)