We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df6bdd commit 646cb5aCopy full SHA for 646cb5a
doc/whats-new.rst
@@ -1,8 +1,8 @@
1
What's New
2
==========
3
4
-v0.3.0 (in development)
5
------------------------
+v0.3.0 (21 September 2014)
+--------------------------
6
7
New features:
8
setup.py
@@ -9,7 +9,7 @@
9
MAJOR = 0
10
MINOR = 3
11
MICRO = 0
12
-ISRELEASED = False
+ISRELEASED = True
13
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
14
QUALIFIER = ''
15
@@ -30,6 +30,7 @@
30
'Programming Language :: Python :: 2.7',
31
'Programming Language :: Python :: 3',
32
'Programming Language :: Python :: 3.3',
33
+ 'Programming Language :: Python :: 3.4',
34
'Topic :: Scientific/Engineering',
35
]
36
0 commit comments