diff --git a/NEWS b/NEWS index 7f08710..d3de929 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ # Releases + ## kidash 1.0.7 - (2024-10-15) + + * Update Poetry's package dependencies + ## kidash 1.0.6 - (2024-09-23) **Dependencies updateds:** diff --git a/kidash/_version.py b/kidash/_version.py index dba5e16..877d93e 100644 --- a/kidash/_version.py +++ b/kidash/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2024-10-14 14:24:15.200993 -__version__ = "1.0.7-rc.1" +# File auto-generated by semverup on 2024-10-15 07:06:05.301310 +__version__ = "1.0.7" diff --git a/pyproject.toml b/pyproject.toml index bfaf30e..7daa84a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kidash" -version = "1.0.7-rc.1" +version = "1.0.7" description = "GrimoireLab script to manage Kibana dashboards from the command line" authors = [ "GrimoireLab Developers" diff --git a/releases/1.0.7.md b/releases/1.0.7.md new file mode 100644 index 0000000..33acb59 --- /dev/null +++ b/releases/1.0.7.md @@ -0,0 +1,3 @@ + ## kidash 1.0.7 - (2024-10-15) + + * Update Poetry's package dependencies