Skip to content

Commit

Permalink
Release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 15, 2024
1 parent f1962d8 commit 389fd5f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Releases

## cereslib 1.0.6 - (2024-10-15)

* Update Poetry's package dependencies

## cereslib 1.0.5 - (2024-09-23)

**Dependencies updateds:**
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 2024-10-14 14:27:07.207267
__version__ = "1.0.6-rc.1"
# File auto-generated by semverup on 2024-10-15 07:08:59.734018
__version__ = "1.0.6"
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 = "1.0.6-rc.1"
version = "1.0.6"
description = "GrimoireLab: Unify, eventize and enrich information from Perceval"
authors = [
"GrimoireLab Developers"
Expand Down
3 changes: 3 additions & 0 deletions releases/1.0.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## cereslib 1.0.6 - (2024-10-15)

* Update Poetry's package dependencies

0 comments on commit 389fd5f

Please sign in to comment.