Skip to content

Commit

Permalink
RLS Version 2.2.2
Browse files Browse the repository at this point in the history
Bugfix for `jug cleanup` when packs are used
  • Loading branch information
luispedro committed Jul 18, 2022
1 parent c2eea11 commit bc0f711
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
Version 2.2.2 Tue 19 Jul 2022 by luispedro
* Fix `jug cleanup` when packs are used (`jug pack`)

Version 2.2.1 Thu 19 May 2022 by luispedro
* Fix `jug cleanup` for redis backend

Expand Down
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -130,6 +130,9 @@ the `value` function::
What's New
----------

Version 2.2.2 (*19 July 2022*)
- Fix ``jug cleanup`` when packs are used (``jug pack``)

Version 2.2.1 (*19 May 2022*)
- Fix bug with ``jug cleanup`` and the redis backend (`#86 <https://github.com/luispedro/jug/issues/86>`__)

Expand Down
6 changes: 3 additions & 3 deletions docs/source/history.rst
Expand Up @@ -2,12 +2,12 @@
History
=======

Version 2.2.1
Version 2.2.2
-------------

*Released 19 May 2022*
*Released 19 July 2022*

- Fix bug with ``jug cleanup`` and the redis backend (`#86 <https://github.com/luispedro/jug/issues/86>`__)
- Fix ``jug cleanup`` when packs are used (``jug pack``)

Version 2.2.0
-------------
Expand Down
2 changes: 1 addition & 1 deletion jug/jug_version.py
@@ -1,4 +1,4 @@
__version__ = '2.2.1'
__version__ = '2.2.2'
CITATION = '''\
Coelho, L.P., (2017). Jug: Software for Parallel Reproducible Computation in
Python. Journal of Open Research Software. 5(1), p.30.
Expand Down

0 comments on commit bc0f711

Please sign in to comment.