diff --git a/perceval/backends/zulip/_version.py b/perceval/backends/zulip/_version.py index 1926183..adc0bf3 100644 --- a/perceval/backends/zulip/_version.py +++ b/perceval/backends/zulip/_version.py @@ -1,2 +1,2 @@ -# File auto-generated by semverup on 2022-07-13 06:11:11.414865 -__version__ = "0.2.1" +# File auto-generated by semverup on 2024-07-06 16:27:27.725858 +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index 5a0aaa0..f0eab53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "perceval-zulip" -version = "0.2.1" +version = "0.3.0" description = "Perceval backend for Zulip." authors = [ "GrimoireLab Developers" diff --git a/releases/0.3.0.md b/releases/0.3.0.md new file mode 100644 index 0000000..45d30da --- /dev/null +++ b/releases/0.3.0.md @@ -0,0 +1,9 @@ +## perceval-zulip 0.3.0 - (2024-07-06) + +**Feature removals:** + + * Drop Python 3.7 support\ + Python 3.7 has reached it's end of life on June 2023. So, it won't + receive receive new updates or patches to fix security issues. + Therefore, this package only works with Python >= 3.8 from now on. + diff --git a/releases/unreleased/drop-python-37-support.yml b/releases/unreleased/drop-python-37-support.yml deleted file mode 100644 index 0985360..0000000 --- a/releases/unreleased/drop-python-37-support.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Drop Python 3.7 support -category: removed -author: Venu Vardhan Reddy Tekula -issue: null -notes: > - Python 3.7 has reached it's end of life on June 2023. So, it - won't receive receive new updates or patches to fix security - issues. Therefore, this package only works with Python >= 3.8 - from now on.