diff --git a/NEWS b/NEWS index c1c01f38..d9d46cd5 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 4d666a87..604625f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/releases/1.0.3.md b/releases/1.0.3.md new file mode 100644 index 00000000..675cd5d1 --- /dev/null +++ b/releases/1.0.3.md @@ -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. + diff --git a/releases/unreleased/processed/days-in-collection-spent-time.yml b/releases/unreleased/processed/days-in-collection-spent-time.yml deleted file mode 100644 index b563ce40..00000000 --- a/releases/unreleased/processed/days-in-collection-spent-time.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Days in collection spent time -category: fixed -author: Jose Javier Merchante -issue: null -notes: > - Include days in logs when the collection spent time is more than - one day. diff --git a/sirmordred/_version.py b/sirmordred/_version.py index 3ae74d31..3003c6ef 100644 --- a/sirmordred/_version.py +++ b/sirmordred/_version.py @@ -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"