We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1fbc9f commit 07bb75aCopy full SHA for 07bb75a
doc/whats-new.rst
@@ -9,8 +9,8 @@ What's New
9
import xray
10
np.random.seed(123456)
11
12
-v0.6.1
13
-------
+v0.6.1 (21 October 2015)
+------------------------
14
15
This release contains a number of bug and compatibility fixes, as well
16
as enhancements to plotting, indexing and writing files to disk.
setup.py
@@ -8,8 +8,8 @@
8
MAJOR = 0
MINOR = 6
-MICRO = 0
-ISRELEASED = False
+MICRO = 1
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''
@@ -31,6 +31,7 @@
31
'Programming Language :: Python :: 3',
32
'Programming Language :: Python :: 3.3',
33
'Programming Language :: Python :: 3.4',
34
+ 'Programming Language :: Python :: 3.5',
35
'Topic :: Scientific/Engineering',
36
]
37
0 commit comments