diff --git a/NEWS.md b/NEWS.md index 188d290..8b1d406 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,10 @@ ## Version Updates +### 0.4.4 +* Require julia 0.3.4 to remove version restriction on the *Colors* package. +* Call new *Distributions* package methods to get `InverseGamma` shape and scale parameters in the tutorial example. + ### 0.4.3 * Fixed `ERROR: too many parameters for type Truncated`. diff --git a/doc/conf.py b/doc/conf.py index 3088f84..be2d3ff 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -65,7 +65,7 @@ # The short X.Y version. version = '0.4' # The full version, including alpha/beta/rc tags. -release = '0.4.3' +release = '0.4.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.