Skip to content

Commit 07bb75a

Browse files
committed
Release v0.6.1
1 parent d1fbc9f commit 07bb75a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

doc/whats-new.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ What's New
99
import xray
1010
np.random.seed(123456)
1111
12-
v0.6.1
13-
------
12+
v0.6.1 (21 October 2015)
13+
------------------------
1414

1515
This release contains a number of bug and compatibility fixes, as well
1616
as enhancements to plotting, indexing and writing files to disk.

setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
MAJOR = 0
1010
MINOR = 6
11-
MICRO = 0
12-
ISRELEASED = False
11+
MICRO = 1
12+
ISRELEASED = True
1313
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1414
QUALIFIER = ''
1515

@@ -31,6 +31,7 @@
3131
'Programming Language :: Python :: 3',
3232
'Programming Language :: Python :: 3.3',
3333
'Programming Language :: Python :: 3.4',
34+
'Programming Language :: Python :: 3.5',
3435
'Topic :: Scientific/Engineering',
3536
]
3637

0 commit comments

Comments
 (0)