Skip to content

Commit 7a20560

Browse files
committed
Releasing 0.3.0
1 parent adbb60e commit 7a20560

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.0'
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.0

setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
1414
::
1515
16+
Main Changes in 0.3.0 (July 25, 2016)
17+
-------------------------------------
18+
* Probably a lot (its been a while since a proper release ...).
19+
* Full CI integration.
20+
* Nicer docs.
21+
* Support for Python 2.7, 3.3, 3.4, and 3.5.
22+
* Installs on a lot more platforms.
23+
1624
Main Changes in 0.2.6
1725
---------------------
1826
* Bugfix #6, access violation on windows

0 commit comments

Comments
 (0)