Skip to content

Commit f578060

Browse files
committed
Release 0.5.0
1 parent 7710bbc commit f578060

5 files changed

Lines changed: 30 additions & 3 deletions

File tree

AUTHORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Alvaro del Castillo <acs@bitergia.com>
2+
Valerio Cosentino <valcos@bitergia.com>
3+
Quan Zhou <quan@bitergia.com>
4+
Alberto Pérez García-Plaza <alpgarcia@bitergia.com>
5+
Jesus M. Gonzalez-Barahona <jgb@gsyc.es>
6+
Jose Javier Merchante <jjmerchante@bitergia.com>
7+
Venu Vardhan Reddy Tekula <venu@bitergia.com>

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Releases
2+
3+
## kidash 0.5.0 - (2022-06-02)
4+
5+
**Feature removals:**
6+
7+
* Drop Python 3.6 support\
8+
Python 3.6 reached the end of life at the end of 2021. This means it
9+
won't receive new updates or patches to fix security issues.
10+
Therefore, this package will only work with Python >= 3.7 from now on.
11+

kidash/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440
2-
__version__ = "0.4.22"
1+
# File auto-generated by semverup on 2022-06-02 17:25:14.843719
2+
__version__ = "0.5.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.4.21"
3+
version = "0.5.0"
44
description = "GrimoireLab script to manage Kibana dashboards from the command line"
55
authors = [
66
"GrimoireLab Developers"

releases/0.5.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## kidash 0.5.0 - (2022-06-02)
2+
3+
**Feature removals:**
4+
5+
* Drop Python 3.6 support\
6+
Python 3.6 reached the end of life at the end of 2021. This means it
7+
won't receive new updates or patches to fix security issues.
8+
Therefore, this package will only work with Python >= 3.7 from now on.
9+

0 commit comments

Comments
 (0)