diff --git a/NEWS b/NEWS index 7c54ddebb..274a5f583 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ # Releases +## perceval 1.0.7 - (2024-09-23) + +**Dependencies updateds:** + + * Python minimum version updated\ + Python 3.8 will reach its end of life in October 2024. Python 3.9 is + the minimum version required by the project. + + ## perceval 1.0.6 - (2024-08-30) **Bug fixes:** diff --git a/perceval/_version.py b/perceval/_version.py index d50e3b7b0..3063c41a9 100644 --- a/perceval/_version.py +++ b/perceval/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2024-09-20 15:26:13.767960 -__version__ = "1.0.7-rc.1" +# File auto-generated by semverup on 2024-09-23 08:00:26.092159 +__version__ = "1.0.7" diff --git a/pyproject.toml b/pyproject.toml index 164cf3d2f..272e34462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "perceval" -version = "1.0.7-rc.1" +version = "1.0.7" description = "Send Sir Perceval on a quest to fetch and gather data from software repositories." authors = [ "GrimoireLab Developers" diff --git a/releases/1.0.7.md b/releases/1.0.7.md new file mode 100644 index 000000000..d9bc82dfd --- /dev/null +++ b/releases/1.0.7.md @@ -0,0 +1,8 @@ +## perceval 1.0.7 - (2024-09-23) + +**Dependencies updateds:** + + * Python minimum version updated\ + Python 3.8 will reach its end of life in October 2024. Python 3.9 is + the minimum version required by the project. + diff --git a/releases/unreleased/processed/python-minimum-version-updated.yml b/releases/unreleased/processed/python-minimum-version-updated.yml deleted file mode 100644 index 0e77d6ed8..000000000 --- a/releases/unreleased/processed/python-minimum-version-updated.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Python minimum version updated -category: dependency -author: Jose Javier Merchante -issue: null -notes: > - Python 3.8 will reach its end of life in October 2024. - Python 3.9 is the minimum version required by the project.