Skip to content

Commit

Permalink
0.4.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
roryk committed May 20, 2015
1 parent aa49638 commit 4444318
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.4.5 (May 20, 2015)
- Added --local and --cores-per-job support to the example script (@matthias-k)
- Add ability to get a cluster view without the context manager (@matthias-k)

## 0.4.4 (April 23, 2014)
- Python 3 compatibility (@mjdellwo)

## 0.4.3 (March 18, 2015)

- Fix resource specification problem for SGE. Thanks to Zhengqiu Cai.
Expand Down
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,7 @@ Contributors
* James Porter (@porterjamesj)
* Billy Ziege (@billyziege)
* ink1 (@ink1)
* @mjdellwo
* @matthias-k

.. _bcbio-nextgen: https://github.com/chapmanb/bcbio-nextgen
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages

setup(name = "ipython-cluster-helper",
version = "0.4.4",
version = "0.4.5",
author = "Rory Kirchner",
author_email = "[email protected]",
description = "Simplify IPython cluster start up and use for multiple schedulers.",
Expand Down

0 comments on commit 4444318

Please sign in to comment.