Skip to content

Commit

Permalink
Release 0.4.3-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jan 23, 2023
1 parent c6cebd4 commit 3f41e54
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions graal/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2023-01-20 15:20:44.158943
__version__ = "0.4.3-rc.3"
# File auto-generated by semverup on 2023-01-23 09:45:19.632973
__version__ = "0.4.3-rc.4"
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 = "graal"
version = "0.4.3-rc.3"
version = "0.4.3-rc.4"
description = "A generic source code analyzer"
authors = [
"GrimoireLab Developers"
Expand Down
3 changes: 3 additions & 0 deletions releases/0.4.3-rc.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## graal 0.4.3-rc.4 - (2023-01-23)

* Update Poetry's package dependencies

0 comments on commit 3f41e54

Please sign in to comment.