diff --git a/doc/conf.py b/doc/conf.py index 41100da..a9319bd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -72,7 +72,7 @@ # The short X.Y version. version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.3.x' +release = '0.3.2' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/mtspec/VERSION.txt b/mtspec/VERSION.txt index adf50c2..d15723f 100644 --- a/mtspec/VERSION.txt +++ b/mtspec/VERSION.txt @@ -1 +1 @@ -0.3.x +0.3.2 diff --git a/setup.py b/setup.py index 00d0fcd..b7ac047 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,10 @@ :: + Main Changes in 0.3.2 (August 11, 2016) + --------------------------------------- + * Added wrapper for the multitaper deconvolution function. + Main Changes in 0.3.1 (July 26, 2016) ------------------------------------- * Flake8 and matplotlib are no longer hard test dependencies.