From 54f5789042e3db58a57621ee24adb7ef43c76a5a Mon Sep 17 00:00:00 2001 From: Gao Wang Date: Fri, 19 Apr 2019 15:43:39 -0500 Subject: [PATCH] Release version 0.3.8 --- README.md | 4 ++++ dscrutils/DESCRIPTION | 2 +- src/version.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9f7ec97..30930872 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,10 @@ Goal for 0.4.0 ### 0.3.x +0.3.8 + +- Issue #171 is partially improved. + 0.3.7 - `dscquery` now properly handles `NULL` module output variables. diff --git a/dscrutils/DESCRIPTION b/dscrutils/DESCRIPTION index 568174fd..f7a15fc8 100644 --- a/dscrutils/DESCRIPTION +++ b/dscrutils/DESCRIPTION @@ -1,7 +1,7 @@ Package: dscrutils Encoding: UTF-8 Type: Package -Version: 0.3.7 +Version: 0.3.8 Date: 2019-04-16 Title: Dynamic Statistical Comparisons R Interface Authors@R: c(person("Gao","Wang",role=c("aut","cre"), diff --git a/src/version.py b/src/version.py index d93912ee..17a33147 100644 --- a/src/version.py +++ b/src/version.py @@ -1 +1 @@ -__version__ = '0.3.7' +__version__ = '0.3.8'