Skip to content

Commit f2a96e0

Browse files
committed
Release 1.0.3
1 parent 143ce3b commit f2a96e0

File tree

5 files changed

+20
-11
lines changed

5 files changed

+20
-11
lines changed

NEWS

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Releases
22

3+
## sirmordred 1.0.3 - (2024-08-02)
4+
5+
**Bug fixes:**
6+
7+
* Days in collection spent time\
8+
Include days in logs when the collection spent time is more than one
9+
day.
10+
11+
312
## sirmordred 1.0.2 - (2024-06-21)
413

514
* Update Poetry's package dependencies

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.3-rc.1"
3+
version = "1.0.3"
44
description = "Drive GrimoireLab tools to produce a dashboard"
55
authors = [
66
"GrimoireLab Developers"

releases/1.0.3.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## sirmordred 1.0.3 - (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+

releases/unreleased/processed/days-in-collection-spent-time.yml

-8
This file was deleted.

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-08-02 10:14:40.422068
2-
__version__ = "1.0.3-rc.1"
1+
# File auto-generated by semverup on 2024-08-02 11:38:38.052414
2+
__version__ = "1.0.3"

0 commit comments

Comments
 (0)