Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 20, 2023
1 parent 479c279 commit 2e8ee67
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 19 deletions.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Releases

## kidash 0.6.0 - (2023-10-20)

**Feature removals:**

* Drop Python 3.7 support\
Python 3.7 reaches the end of life in June 2023. This means it won't
receive new updates or patches to fix security issues. Therefore, this
package only works with Python >= 3.8 from now on.

**Dependencies updateds:**

* Bump urllib3 version\
Bump urllib3 from ^1.26 to ^2.0.7


## kidash 0.5.9 - (2023-07-23)

* Update Poetry's package dependencies
Expand Down
4 changes: 2 additions & 2 deletions kidash/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2023-10-20 09:32:37.266012
__version__ = "0.6.0-rc.2"
# File auto-generated by semverup on 2023-10-20 10:59:52.858482
__version__ = "0.6.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kidash"
version = "0.6.0-rc.2"
version = "0.6.0"
description = "GrimoireLab script to manage Kibana dashboards from the command line"
authors = [
"GrimoireLab Developers"
Expand Down
14 changes: 14 additions & 0 deletions releases/0.6.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## kidash 0.6.0 - (2023-10-20)

**Feature removals:**

* Drop Python 3.7 support\
Python 3.7 reaches the end of life in June 2023. This means it won't
receive new updates or patches to fix security issues. Therefore, this
package only works with Python >= 3.8 from now on.

**Dependencies updateds:**

* Bump urllib3 version\
Bump urllib3 from ^1.26 to ^2.0.7

7 changes: 0 additions & 7 deletions releases/unreleased/processed/bump-urllib3-version.yml

This file was deleted.

9 changes: 0 additions & 9 deletions releases/unreleased/processed/drop-python-37-support.yml

This file was deleted.

0 comments on commit 2e8ee67

Please sign in to comment.