Skip to content

Commit 4cbb7cb

Browse files
committed
Release v0.10.3
1 parent 295dd20 commit 4cbb7cb

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

doc/whats-new.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ What's New
2828

2929
.. _whats-new.0.10.3:
3030

31-
v0.10.3 (unreleased)
32-
--------------------
31+
v0.10.3 (April 13, 2018)
32+
------------------------
3333

34-
Documentation
35-
~~~~~~~~~~~~~
34+
The minor release includes a number of bug-fixes and backwards compatible enhancements.
3635

3736
Enhancements
3837
~~~~~~~~~~~~

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 = 2
12-
ISRELEASED = False
11+
MICRO = 3
12+
ISRELEASED = True
1313
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1414
QUALIFIER = ''
1515

0 commit comments

Comments
 (0)