Skip to content

Commit

Permalink
Release 0.4.14-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 19, 2023
1 parent 7cce2c6 commit faafc2e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ pranjal.aswani <[email protected]>
SunflowerPKU <[email protected]>
Santiago Dueñas <[email protected]>
Jose Javier Merchante <[email protected]>
Eva Millan <[email protected]>

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-08-06 18:33:50.101785
__version__ = "0.4.13"
# File auto-generated by semverup on 2023-10-19 16:18:49.770572
__version__ = "0.4.14-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 = "graal"
version = "0.4.13"
version = "0.4.14-rc.1"
description = "A generic source code analyzer"
authors = [
"GrimoireLab Developers"
Expand Down
10 changes: 10 additions & 0 deletions releases/0.4.14-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## graal 0.4.14-rc.1 - (2023-10-19)

**Dependencies updateds:**

* Update markdown-it-py version\
Use `markdown-it-py^2.0.0` to be aligned with Perceval packages.
* Add Python 3.9 and drop 3.7 support\
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported.

File renamed without changes.

0 comments on commit faafc2e

Please sign in to comment.