Skip to content

Commit 646cb5a

Browse files
committed
Release v0.3.0
1 parent 5df6bdd commit 646cb5a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/whats-new.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
What's New
22
==========
33

4-
v0.3.0 (in development)
5-
-----------------------
4+
v0.3.0 (21 September 2014)
5+
--------------------------
66

77
New features:
88

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
MAJOR = 0
1010
MINOR = 3
1111
MICRO = 0
12-
ISRELEASED = False
12+
ISRELEASED = True
1313
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1414
QUALIFIER = ''
1515

@@ -30,6 +30,7 @@
3030
'Programming Language :: Python :: 2.7',
3131
'Programming Language :: Python :: 3',
3232
'Programming Language :: Python :: 3.3',
33+
'Programming Language :: Python :: 3.4',
3334
'Topic :: Scientific/Engineering',
3435
]
3536

0 commit comments

Comments
 (0)