Skip to content

Commit f197641

Browse files
committed
Releasing 0.3.1
1 parent b805adb commit f197641

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
# The short X.Y version.
7373
version = '0.3'
7474
# The full version, including alpha/beta/rc tags.
75-
release = '0.3.x'
75+
release = '0.3.1'
7676

7777
# There are two options for replacing |today|: either, you set today to some
7878
# non-false value, then it is used:

mtspec/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.x
1+
0.3.1

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@
99
A Fortran 90 library for multitaper spectrum analysis,
1010
Computers and Geosciences, 35, pp. 1701-1710.
1111
12-
For more information see: https://github.com/krischer/mtspec
12+
For more information, see https://github.com/krischer/mtspec and
13+
http://krischer.github.io/mtspec/.
1314
1415
::
1516
17+
Main Changes in 0.3.1 (July 26, 2016)
18+
-------------------------------------
19+
* Flake8 and matplotlib are no longer hard test dependencies.
20+
* Code formatting test are skipped for release builds.
21+
* mtspec.__version__ is available.
22+
1623
Main Changes in 0.3.0 (July 25, 2016)
1724
-------------------------------------
1825
* Probably a lot (its been a while since a proper release ...).

0 commit comments

Comments
 (0)