Skip to content

Commit

Permalink
Release 0.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Aug 6, 2023
1 parent e04fc81 commit 5f94649
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

## perceval 0.22.3 - (2023-08-06)

* Update Poetry's package dependencies

## perceval 0.22.2 - (2023-07-23)

* Update Poetry's package dependencies
Expand Down
4 changes: 2 additions & 2 deletions perceval/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2023-08-06 17:03:40.736382
__version__ = "0.22.3-rc.1"
# File auto-generated by semverup on 2023-08-06 18:29:10.577394
__version__ = "0.22.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 = "perceval"
version = "0.22.3-rc.1"
version = "0.22.3"
description = "Send Sir Perceval on a quest to fetch and gather data from software repositories."
authors = [
"GrimoireLab Developers"
Expand Down
3 changes: 3 additions & 0 deletions releases/0.22.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## perceval 0.22.3 - (2023-08-06)

* Update Poetry's package dependencies

0 comments on commit 5f94649

Please sign in to comment.