Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 20, 2023
1 parent b0af838 commit 8083c3b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 11 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Releases

## cereslib 0.4.3 - (2023-10-20)

**Dependencies updateds:**

* Add Python 3.9 and 3.10 and drop 3.7 support\
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported.


## cereslib 0.4.2 - (2023-07-11)

* Update Poetry's package dependencies
Expand Down
4 changes: 2 additions & 2 deletions cereslib/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2023-10-19 16:12:18.784472
__version__ = "0.4.3-rc.1"
# File auto-generated by semverup on 2023-10-20 11:02:58.056720
__version__ = "0.4.3"
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 = "cereslib"
version = "0.4.3-rc.1"
version = "0.4.3"
description = "GrimoireLab: Unify, eventize and enrich information from Perceval"
authors = [
"GrimoireLab Developers"
Expand Down
8 changes: 8 additions & 0 deletions releases/0.4.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## cereslib 0.4.3 - (2023-10-20)

**Dependencies updateds:**

* Add Python 3.9 and 3.10 and drop 3.7 support\
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported.

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

This file was deleted.

0 comments on commit 8083c3b

Please sign in to comment.