Skip to content

Commit 14386c7

Browse files
committed
distribution updates
1 parent 497243b commit 14386c7

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

HISTORY.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22
History
33
=======
44

5-
0.2.2 (Current Version)
5+
0.2.4 (2020-04-21)
6+
------------------
7+
8+
* Compatibility patch allowing commands with underscores to be normalized to dashes in click app returned by jrnr.jrnr.slurm_runner. Thanks for the digging and issue raising @simondgreenhill!
9+
10+
0.2.3 (2018-01-16)
11+
------------------
12+
13+
* Documentation & testing improvements
14+
15+
0.2.2 (2017-08-28)
616
-----------------------
717

818
* Update to documentation
919

1020
* ``jrnr`` attempts to remove ``.lck`` files if there is a keyboard interrupt or system exit
1121

12-
0.2.1
22+
0.2.1 (2017-07-31)
1323
-----------------------
1424

1525
* Fix bug in ``slurm_runner.do_job`` which caused job duplication when race conditions on lock object creation occur (:issue:`3`)

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
name='jrnr',
3232
version='0.2.4',
3333
description="Job Runner for Climate Impact Lab Jobs",
34-
long_description=readme + '\n\n' + history,
35-
author="Justin Simcock",
36-
author_email='jsimcock@rhg.com',
37-
url='https://github.com/ClimateImpactLab/jrnr',
34+
long_description=readme,
35+
author="Michael Delgado",
36+
author_email='mdelgado@rhg.com',
37+
url='https://upload.pypi.org/legacy/',
3838
packages=find_packages(include=['jrnr']),
3939
entry_points={
4040
'console_scripts': [

0 commit comments

Comments
 (0)