Skip to content

Commit 55a5ef6

Browse files
github-actions[bot]voneiden
authored andcommitted
chore(main): release palvelutarjotin 1.24.0
1 parent 30d5348 commit 55a5ef6

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-
".": "1.23.0"
2+
".": "1.24.0"
33
}

CHANGELOG.md

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

4+
## [1.24.0](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.23.0...palvelutarjotin-v1.24.0) (2025-08-20)
5+
6+
7+
### Features
8+
9+
* Improve uWSGI options ([c3e849e](https://github.com/City-of-Helsinki/palvelutarjotin/commit/c3e849e3b4e8e1e03b675f403528e4390e66a1ef))
10+
11+
12+
### Bug Fixes
13+
14+
* Csv endpoints incorrectly responding with 403 ([30d5348](https://github.com/City-of-Helsinki/palvelutarjotin/commit/30d5348486a11829ac222300730ad5b57e0159ba))
15+
16+
17+
### Dependencies
18+
19+
* Add uwsgitop ([f28e0be](https://github.com/City-of-Helsinki/palvelutarjotin/commit/f28e0be9fd30fd375754a762bf5311d99a1e56c6))
20+
* Bump django from 4.2.21 to 4.2.22 ([3f34592](https://github.com/City-of-Helsinki/palvelutarjotin/commit/3f34592b6d907de485ae4aad05ec4727428323e4))
21+
* Bump requests from 2.32.3 to 2.32.4 ([8ffe381](https://github.com/City-of-Helsinki/palvelutarjotin/commit/8ffe3818ca6c842f4cc6d70d2ca45350e37728fa))
22+
* Bump urllib3 from 2.3.0 to 2.5.0 ([9b64ce2](https://github.com/City-of-Helsinki/palvelutarjotin/commit/9b64ce2968ac2e76d76c53fcdc1a6af7136b31c1))
23+
424
## [1.23.0](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.22.1...palvelutarjotin-v1.23.0) (2025-06-05)
525

626

palvelutarjotin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.23.0"
1+
__version__ = "1.24.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.23.0"
3+
version = "1.24.0"
44
requires-python = ">= 3.12"
55

66
[tool.ruff]

0 commit comments

Comments
 (0)