Skip to content

Commit

Permalink
Release 0.3.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 19, 2023
1 parent b32f74a commit 43ddf63
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions panels/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2023-02-01 11:39:13.027127
__version__ = "0.2.0"
# File auto-generated by semverup on 2023-10-19 16:08:02.426049
__version__ = "0.3.0-rc.1"
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 = "grimoirelab-panels"
version = "0.2.0"
version = "0.3.0-rc.1"
description = "Panels and visualizations for GrimoireLab dashboards"
authors = [
"GrimoireLab Developers"
Expand Down
9 changes: 9 additions & 0 deletions releases/0.3.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## grimoirelab-panels 0.3.0-rc.1 - (2023-10-19)

**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.

0 comments on commit 43ddf63

Please sign in to comment.