Skip to content

Commit ac9c632

Browse files
committed
Release 1.0.3-rc.1
1 parent 4de3580 commit ac9c632

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sirmordred"
3-
version = "1.0.2"
3+
version = "1.0.3-rc.1"
44
description = "Drive GrimoireLab tools to produce a dashboard"
55
authors = [
66
"GrimoireLab Developers"

releases/1.0.3-rc.1.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## sirmordred 1.0.3-rc.1 - (2024-08-02)
2+
3+
**Bug fixes:**
4+
5+
* Days in collection spent time\
6+
Include days in logs when the collection spent time is more than one
7+
day.
8+

sirmordred/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2024-06-21 12:45:20.917061
2-
__version__ = "1.0.2"
1+
# File auto-generated by semverup on 2024-08-02 10:14:40.422068
2+
__version__ = "1.0.3-rc.1"

0 commit comments

Comments
 (0)