Skip to content

Commit 4b9f64a

Browse files
github-actions[bot]charn
authored andcommitted
chore(main): release palvelutarjotin 1.32.0
1 parent a6563cd commit 4b9f64a

4 files changed

Lines changed: 10 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.31.1"
2+
".": "1.32.0"
33
}

CHANGELOG.md

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

4+
## [1.32.0](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.31.1...palvelutarjotin-v1.32.0) (2026-03-13)
5+
6+
7+
### Features
8+
9+
* Disable django admin password login ([a6563cd](https://github.com/City-of-Helsinki/palvelutarjotin/commit/a6563cd19375b338763c66991bcb739465f0afb4))
10+
411
## [1.31.1](https://github.com/City-of-Helsinki/palvelutarjotin/compare/palvelutarjotin-v1.31.0...palvelutarjotin-v1.31.1) (2026-03-09)
512

613

palvelutarjotin/__init__.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "palvelutarjotin"
33
requires-python = ">= 3.12, <3.13"
4-
version = "1.31.1"
4+
version = "1.32.0"
55

66
[tool.ruff]
77
target-version = "py312"

0 commit comments

Comments
 (0)