Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Aug 2, 2024
1 parent 143ce3b commit f2a96e0
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Releases

## sirmordred 1.0.3 - (2024-08-02)

**Bug fixes:**

* Days in collection spent time\
Include days in logs when the collection spent time is more than one
day.


## sirmordred 1.0.2 - (2024-06-21)

* Update Poetry's package dependencies
Expand Down
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.3-rc.1"
version = "1.0.3"
description = "Drive GrimoireLab tools to produce a dashboard"
authors = [
"GrimoireLab Developers"
Expand Down
8 changes: 8 additions & 0 deletions releases/1.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## sirmordred 1.0.3 - (2024-08-02)

**Bug fixes:**

* Days in collection spent time\
Include days in logs when the collection spent time is more than one
day.

This file was deleted.

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

0 comments on commit f2a96e0

Please sign in to comment.