Skip to content

Commit 2e8ee67

Browse files
committed
Release 0.6.0
1 parent 479c279 commit 2e8ee67

6 files changed

Lines changed: 32 additions & 19 deletions

File tree

NEWS

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

3+
## kidash 0.6.0 - (2023-10-20)
4+
5+
**Feature removals:**
6+
7+
* Drop Python 3.7 support\
8+
Python 3.7 reaches the end of life in June 2023. This means it won't
9+
receive new updates or patches to fix security issues. Therefore, this
10+
package only works with Python >= 3.8 from now on.
11+
12+
**Dependencies updateds:**
13+
14+
* Bump urllib3 version\
15+
Bump urllib3 from ^1.26 to ^2.0.7
16+
17+
318
## kidash 0.5.9 - (2023-07-23)
419

520
* Update Poetry's package dependencies

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 2023-10-20 09:32:37.266012
2-
__version__ = "0.6.0-rc.2"
1+
# File auto-generated by semverup on 2023-10-20 10:59:52.858482
2+
__version__ = "0.6.0"

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 = "0.6.0-rc.2"
3+
version = "0.6.0"
44
description = "GrimoireLab script to manage Kibana dashboards from the command line"
55
authors = [
66
"GrimoireLab Developers"

releases/0.6.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## kidash 0.6.0 - (2023-10-20)
2+
3+
**Feature removals:**
4+
5+
* Drop Python 3.7 support\
6+
Python 3.7 reaches the end of life in June 2023. This means it won't
7+
receive new updates or patches to fix security issues. Therefore, this
8+
package only works with Python >= 3.8 from now on.
9+
10+
**Dependencies updateds:**
11+
12+
* Bump urllib3 version\
13+
Bump urllib3 from ^1.26 to ^2.0.7
14+

releases/unreleased/processed/bump-urllib3-version.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

releases/unreleased/processed/drop-python-37-support.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)