diff --git a/CITATION.cff b/CITATION.cff index f61f0e7..193de98 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,4 +7,4 @@ authors: orcid: http://orcid.org/0000-0002-9280-7885 doi: 10.5334/jors.161 date-released: '2017-10-27' -version: "2.1.1" +version: "2.2.0" diff --git a/ChangeLog b/ChangeLog index 148b435..6c382ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ -Unreleased +Version 2.2.0 Tue 3 May 2022 by luispedro + * Add `jug pack` subcommand * Remove six dependency * Make get_tasks() return a copy of the tasks - * Add `jug pack` subcommand Version 2.1.1 Thu 18 Mar 2021 by luispedro * Include requirements files in distribution diff --git a/README.rst b/README.rst index 8a711e2..4c98810 100644 --- a/README.rst +++ b/README.rst @@ -130,6 +130,12 @@ the `value` function:: What's New ---------- +Version 2.2.0 (*3 May 2022*) + +- Add ``jug pack`` subcommand +- Make ``get_tasks()`` return a copy of the tasks inside ``jug shell`` +- Remove ``six`` dependency + Version 2.1.1 (*18 March 2021*) - Include requirements files in distribution diff --git a/docs/source/history.rst b/docs/source/history.rst index 93ed127..da1845d 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,12 +2,15 @@ History ======= -Unreleased ----------- +Version 2.2.0 +------------- + +*Released 4 May 2022* +- Add ``jug pack`` subcommand - Make ``get_tasks()`` return a copy of the tasks instead of the internal list. - This is arguably a breaking change for some workflows, but returning the - internal version was arguably a bug + Technically, it is possible that this is a breaking change for some + workflows, but returning the internal version was arguably a bug - Removed dependency on the ``six`` library as we no longer support Python 2.7. Version 2.1.1 diff --git a/jug/jug_version.py b/jug/jug_version.py index 438e507..fe25d52 100644 --- a/jug/jug_version.py +++ b/jug/jug_version.py @@ -1,4 +1,4 @@ -__version__ = '2.1.1-post' +__version__ = '2.2.0' CITATION = '''\ Coelho, L.P., (2017). Jug: Software for Parallel Reproducible Computation in Python. Journal of Open Research Software. 5(1), p.30.