Skip to content

Commit d5f199b

Browse files
committed
chore: bump to 0.6.12
1 parent cc4b3ef commit d5f199b

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$|\\.pot$"
1919
- id: check-toml
2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: v1.20.0
21+
rev: v1.20.1
2222
hooks:
2323
- id: mypy
2424
exclude: ^(tests/|conftest\.py|doc/)

doc/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
[0.6.11] - 2026-04-13
4+
[0.6.12] - 2026-04-13
55
---------------------
66

77
Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "scim2-models"
7-
version = "0.6.11"
7+
version = "0.6.12"
88
description = "SCIM2 models serialization and validation with pydantic"
99
authors = [{name="Yaal Coop", email="contact@yaal.coop"}]
1010
license = {file = "LICENSE"}

uv.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)