From 4444318c6df9cca32484f9f7bcc3fc24ec2234ba Mon Sep 17 00:00:00 2001 From: roryk Date: Wed, 20 May 2015 14:04:24 -0400 Subject: [PATCH] 0.4.5 release. --- HISTORY.md | 7 +++++++ README.rst | 2 ++ setup.py | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 7d4c38b..8d986fc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/README.rst b/README.rst index 292adad..59dd9b7 100644 --- a/README.rst +++ b/README.rst @@ -69,5 +69,7 @@ Contributors * James Porter (@porterjamesj) * Billy Ziege (@billyziege) * ink1 (@ink1) +* @mjdellwo +* @matthias-k .. _bcbio-nextgen: https://github.com/chapmanb/bcbio-nextgen diff --git a/setup.py b/setup.py index fba97f7..580c611 100755 --- a/setup.py +++ b/setup.py @@ -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 = "rory.kirchner@gmail.com", description = "Simplify IPython cluster start up and use for multiple schedulers.",