From b5e9d10d2f89a73e92f4cd43c732e452aa725e2e Mon Sep 17 00:00:00 2001 From: arq5x Date: Mon, 7 Oct 2013 21:02:36 -0400 Subject: [PATCH] bump to v0.6.2 --- docs/content/history.rst | 3 ++- gemini/version.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/history.rst b/docs/content/history.rst index 8bc477ed..895120b3 100644 --- a/docs/content/history.rst +++ b/docs/content/history.rst @@ -2,7 +2,7 @@ Release History ############################# -0.6.2 (in development) +0.6.2 (2013-Oct-7) ======================================= 1. Moved `--tped` and `--json` options into the more generic `--format` option. 2. Fixed bug in handling missing phenotypes in the sample table. @@ -17,6 +17,7 @@ under the column named in the header. 8. The autosomal_recessive and autosomal_dominant tools now warn, but allow for variants to be detected in the absence of known parent/child relationships. + 0.6.1 (2013-Sep-09) ======================================= 1. Corrected bug in de_novo tool that was undetected in 0.6.0. Unit tests have been added to head this off in the future. Thanks to **Jessica Chong** diff --git a/gemini/version.py b/gemini/version.py index f320129b..34954ba2 100644 --- a/gemini/version.py +++ b/gemini/version.py @@ -1 +1 @@ -__version__="0.6.1" +__version__="0.6.2"