Skip to content

Commit

Permalink
Version 1.0.5
Browse files Browse the repository at this point in the history
- Significant performance improvements in "query" commands (list, job info)
- Bug fixes.
- New `--monitor` option that uses `tail -f` immediately on the new job's
  log file.
  • Loading branch information
wwade committed Sep 14, 2019
1 parent bd09a13 commit 988915a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='jobrunner',
version='1.0.4',
version='1.0.5',
description='Job runner with logging',
packages=find_packages(exclude=[
'jobrunner.test',
Expand Down

0 comments on commit 988915a

Please sign in to comment.