Skip to content

Commit 151c34a

Browse files
committed
Release 1.0.7
1 parent c91a5bf commit 151c34a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## kidash 1.0.7 - (2024-10-15)
4+
5+
* Update Poetry's package dependencies
6+
37
## kidash 1.0.6 - (2024-09-23)
48

59
**Dependencies updateds:**

kidash/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2024-10-14 14:24:15.200993
2-
__version__ = "1.0.7-rc.1"
1+
# File auto-generated by semverup on 2024-10-15 07:06:05.301310
2+
__version__ = "1.0.7"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kidash"
3-
version = "1.0.7-rc.1"
3+
version = "1.0.7"
44
description = "GrimoireLab script to manage Kibana dashboards from the command line"
55
authors = [
66
"GrimoireLab Developers"

releases/1.0.7.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## kidash 1.0.7 - (2024-10-15)
2+
3+
* Update Poetry's package dependencies

0 commit comments

Comments
 (0)