diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 7e4b28e79c6..d031cfb4426 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -1,8 +1,8 @@ What's New ========== -v0.3.0 (in development) ------------------------ +v0.3.0 (21 September 2014) +-------------------------- New features: diff --git a/setup.py b/setup.py index b29b1d4cd78..80fb4ef2bca 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ MAJOR = 0 MINOR = 3 MICRO = 0 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) QUALIFIER = '' @@ -30,6 +30,7 @@ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Scientific/Engineering', ]