Skip to content

Commit

Permalink
Release 1.5.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmerchante committed Nov 13, 2024
1 parent 01bb2f7 commit 7d5ef39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sortinghat"
version = "1.5.0"
version = "1.5.1-rc.1"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
3 changes: 3 additions & 0 deletions releases/1.5.1-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## sortinghat 1.5.1-rc.1 - (2024-11-13)

* Update Poetry's package dependencies
4 changes: 2 additions & 2 deletions sortinghat/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-10-15 07:09:26.543073
__version__ = "1.5.0"
# File auto-generated by semverup on 2024-11-13 10:19:21.482933
__version__ = "1.5.1-rc.1"

0 comments on commit 7d5ef39

Please sign in to comment.