We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d5d0f commit f7dc779Copy full SHA for f7dc779
doc/whats-new.rst
@@ -9,10 +9,10 @@ What's New
9
import xray
10
np.random.seed(123456)
11
12
-v0.4.1 (unreleased)
13
--------------------
+v0.4.1 (18 March 2015)
+----------------------
14
15
-The release contains bug fixes and several new features. All chnages should be
+The release contains bug fixes and several new features. All changes should be
16
fully backwards compatible.
17
18
Enhancements
setup.py
@@ -8,8 +8,8 @@
8
MAJOR = 0
MINOR = 4
-MICRO = 0
-ISRELEASED = False
+MICRO = 1
+ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
QUALIFIER = ''
0 commit comments