Skip to content

Commit bc87b6d

Browse files
committed
Release 1.11.0-rc.3
1 parent 6105a9a commit bc87b6d

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sortinghat"
3-
version = "1.11.0-rc.2"
3+
version = "1.11.0-rc.3"
44
description = "A tool to manage identities."
55
authors = [
66
"GrimoireLab Developers"

releases/1.11.0-rc.3.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## sortinghat 1.11.0-rc.3 - (2025-09-15)
2+
3+
**Bug fixes:**
4+
5+
* Enforce merge recommendation integrity (#993)\
6+
Ensure merge recommendations are unique between individuals and
7+
prevent creating recommmendations with the same individual.
8+
* Django static files configuration\
9+
Update the Django STORAGES setting for static files, ensuring
10+
compatibility with Django 5.2.
11+
File renamed without changes.
File renamed without changes.

sortinghat/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2025-09-10 14:52:12.767758
2-
__version__ = "1.11.0-rc.2"
1+
# File auto-generated by semverup on 2025-09-15 11:37:21.573635
2+
__version__ = "1.11.0-rc.3"

0 commit comments

Comments
 (0)