We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fb14d commit 812ec31Copy full SHA for 812ec31
doc/conf.py
@@ -72,7 +72,7 @@
72
# The short X.Y version.
73
version = '0.3'
74
# The full version, including alpha/beta/rc tags.
75
-release = '0.3.x'
+release = '0.3.2'
76
77
# There are two options for replacing |today|: either, you set today to some
78
# non-false value, then it is used:
mtspec/VERSION.txt
@@ -1 +1 @@
1
-0.3.x
+0.3.2
setup.py
@@ -14,6 +14,10 @@
14
15
::
16
17
+ Main Changes in 0.3.2 (August 11, 2016)
18
+ ---------------------------------------
19
+ * Added wrapper for the multitaper deconvolution function.
20
+
21
Main Changes in 0.3.1 (July 26, 2016)
22
-------------------------------------
23
* Flake8 and matplotlib are no longer hard test dependencies.
0 commit comments