diff --git a/NEWS b/NEWS index 1be5cfe2..49a45b88 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ # Releases +## sirmordred 0.10.1 - (2023-11-06) + +**Bug fixes:** + + * Periodic autorefresh not working\ + Periodic refresh of identities was not working for backend sections + that included `:` in their name. + + ## sirmordred 0.10.0 - (2023-10-20) **New features:** diff --git a/pyproject.toml b/pyproject.toml index 215f2aa1..85b17374 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sirmordred" -version = "0.10.1-rc.1" +version = "0.10.1" description = "Drive GrimoireLab tools to produce a dashboard" authors = [ "GrimoireLab Developers" diff --git a/releases/0.10.1.md b/releases/0.10.1.md new file mode 100644 index 00000000..50c4d7d7 --- /dev/null +++ b/releases/0.10.1.md @@ -0,0 +1,8 @@ +## sirmordred 0.10.1 - (2023-11-06) + +**Bug fixes:** + + * Periodic autorefresh not working\ + Periodic refresh of identities was not working for backend sections + that included `:` in their name. + diff --git a/releases/unreleased/processed/periodic-autorefresh-not-working.yml b/releases/unreleased/processed/periodic-autorefresh-not-working.yml deleted file mode 100644 index 68e412c9..00000000 --- a/releases/unreleased/processed/periodic-autorefresh-not-working.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Periodic autorefresh not working -category: fixed -author: Jose Javier Merchante -issue: null -notes: > - Periodic refresh of identities was not working for backend sections that - included `:` in their name. diff --git a/sirmordred/_version.py b/sirmordred/_version.py index 9c2229e9..6fba26e8 100644 --- a/sirmordred/_version.py +++ b/sirmordred/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2023-11-03 16:24:19.382537 -__version__ = "0.10.1-rc.1" +# File auto-generated by semverup on 2023-11-06 08:23:01.536875 +__version__ = "0.10.1"