Skip to content

Commit 5d7304e

Browse files
committed
Release v0.10.4
1 parent 954b8d0 commit 5d7304e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/whats-new.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ What's New
2828

2929
.. _whats-new.0.10.4:
3030

31-
v0.10.4 (unreleased)
32-
--------------------
31+
v0.10.4 (May 16, 2018)
32+
----------------------
3333

3434
The minor release includes a number of bug-fixes and backwards compatible
3535
enhancements. A highlight is ``CFTimeIndex``, which offers support for

setup.py

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

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

0 commit comments

Comments
 (0)