Skip to content

Commit f7dc779

Browse files
committed
Release v0.4.1
1 parent 31d5d0f commit f7dc779

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/whats-new.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ What's New
99
import xray
1010
np.random.seed(123456)
1111
12-
v0.4.1 (unreleased)
13-
-------------------
12+
v0.4.1 (18 March 2015)
13+
----------------------
1414

15-
The release contains bug fixes and several new features. All chnages should be
15+
The release contains bug fixes and several new features. All changes should be
1616
fully backwards compatible.
1717

1818
Enhancements

setup.py

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

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

0 commit comments

Comments
 (0)