We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954b8d0 commit 5d7304eCopy full SHA for 5d7304e
doc/whats-new.rst
@@ -28,8 +28,8 @@ What's New
28
29
.. _whats-new.0.10.4:
30
31
-v0.10.4 (unreleased)
32
---------------------
+v0.10.4 (May 16, 2018)
+----------------------
33
34
The minor release includes a number of bug-fixes and backwards compatible
35
enhancements. A highlight is ``CFTimeIndex``, which offers support for
setup.py
@@ -8,8 +8,8 @@
8
9
MAJOR = 0
10
MINOR = 10
11
-MICRO = 3
12
-ISRELEASED = False
+MICRO = 4
+ISRELEASED = True
13
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
14
QUALIFIER = ''
15
0 commit comments