diff --git a/AUTHORS b/AUTHORS index 5f45919..00aa913 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,4 @@ Santiago DueƱas Alvaro del Castillo San Felix -Jesus M. Gonzalez-Barahona +Jose Javier Merchante + diff --git a/NEWS b/NEWS index 27ca264..eda596d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ # Releases +## perceval-mozilla 0.3.0 - (2022-05-31) + +**New features:** + + * Dependencies file for development\ + Include a new requirements.txt file to install the development version + from the repositories. + + ## perceval-mozilla 0.2 - (2018-05-21) ** New features improvements: ** @@ -23,3 +32,4 @@ * Offset was not stored in ReMo cache. This caused errors when trying to resume with items from the cache. (#1) + diff --git a/perceval/backends/mozilla/_version.py b/perceval/backends/mozilla/_version.py index ddc77a8..d0524b8 100644 --- a/perceval/backends/mozilla/_version.py +++ b/perceval/backends/mozilla/_version.py @@ -1 +1,2 @@ -__version__ = "0.2.15" +# File auto-generated by semverup on 2022-05-31 10:50:04.897641 +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index 9cf0250..d2b75d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "perceval-mozilla" -version = "0.2.13" +version = "0.3.0" description = "Bundle of Perceval backends for Mozilla ecosystem." authors = [ "GrimoireLab Developers" diff --git a/releases/0.3.0.md b/releases/0.3.0.md new file mode 100644 index 0000000..19d784d --- /dev/null +++ b/releases/0.3.0.md @@ -0,0 +1,8 @@ +## perceval-mozilla 0.3.0 - (2022-05-31) + +**New features:** + + * Dependencies file for development\ + Include a new requirements.txt file to install the development version + from the repositories. + diff --git a/releases/unreleased/include-requirements-for-development.yml b/releases/unreleased/include-requirements-for-development.yml deleted file mode 100644 index 5318303..0000000 --- a/releases/unreleased/include-requirements-for-development.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: Dependencies file for development -category: added -author: Jose Javier Merchante -issue: null -notes: > - Include a new requirements.txt file to install - the development version from the repositories. -