We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5cff73 commit fe04830Copy full SHA for fe04830
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sortinghat"
3
-version = "1.12.1"
+version = "1.12.2-rc.1"
4
description = "A tool to manage identities."
5
authors = [
6
"GrimoireLab Developers"
releases/1.12.2-rc.1.md
@@ -0,0 +1,3 @@
+ ## sortinghat 1.12.2-rc.1 - (2025-11-11)
+
+ * Update Poetry's package dependencies
sortinghat/_version.py
@@ -1,2 +1,2 @@
-# File auto-generated by semverup on 2025-10-31 08:48:56.966256
-__version__ = "1.12.1"
+# File auto-generated by semverup on 2025-11-11 10:14:42.444297
+__version__ = "1.12.2-rc.1"
0 commit comments