Skip to content

Commit

Permalink
Release 1.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Aug 30, 2024
1 parent f7cb248 commit a4d8737
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Jose Javier Merchante <[email protected]>
Angel Jara <[email protected]>
Santiago Dueñas <[email protected]>
Eva Millan <[email protected]>
Quan Zhou

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 = "sirmordred"
version = "1.0.5"
version = "1.1.0-rc.1"
description = "Drive GrimoireLab tools to produce a dashboard"
authors = [
"GrimoireLab Developers"
Expand Down
9 changes: 9 additions & 0 deletions releases/1.1.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## sirmordred 1.1.0-rc.1 - (2024-08-30)

**Performance improvements:**

* Reduced the number of connections to SortingHat\
Mordred makes a lot of connections to the SortingHat server which
could cause the uWSGI queue to fill up. When the uWSGI queue is full,
Mordred cannot connect to the SortingHat server.

4 changes: 2 additions & 2 deletions sirmordred/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-08-13 11:14:48.233111
__version__ = "1.0.5"
# File auto-generated by semverup on 2024-08-30 15:37:15.309385
__version__ = "1.1.0-rc.1"

0 comments on commit a4d8737

Please sign in to comment.