Skip to content

Commit

Permalink
RLS Version 2.1.1
Browse files Browse the repository at this point in the history
Fix the distribution file to include requirements files
  • Loading branch information
luispedro committed Mar 18, 2021
1 parent bf71202 commit 34e84f4
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 2.1.1 Thu 18 Mar 2021 by luispedro
* Include requirements files in distribution

Version 2.1.0 Thu 18 Mar 2021 by luispedro
* Improvements to webstatus (by Robert Denham)
* Removed Python 2.7 support
Expand Down
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
include README.rst
include COPYING.MIT
include examples/*

include requirements.txt
include test-requirements.txt
include readthedocs-requirements.txt
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ the `value` function::
What's New
----------

Version 2.1.1 (*18 March 2021*)

- Include requirements files in distribution

Version 2.1.0 (*18 March 2021*)

- Improvements to webstatus (by Robert Denham)
Expand Down
7 changes: 7 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
History
=======

Version 2.1.1
-------------

*Released 18 March 2021*

- Include requirements files in distribution

Version 2.1.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion jug/jug_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.1.0'
__version__ = '2.1.1'
CITATION = '''\
Coelho, L.P., (2017). Jug: Software for Parallel Reproducible Computation in
Python. Journal of Open Research Software. 5(1), p.30.
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
six
redis
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
numpy
pyyaml
redis

0 comments on commit 34e84f4

Please sign in to comment.