We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295dd20 commit 4cbb7cbCopy full SHA for 4cbb7cb
doc/whats-new.rst
@@ -28,11 +28,10 @@ What's New
28
29
.. _whats-new.0.10.3:
30
31
-v0.10.3 (unreleased)
32
---------------------
+v0.10.3 (April 13, 2018)
+------------------------
33
34
-Documentation
35
-~~~~~~~~~~~~~
+The minor release includes a number of bug-fixes and backwards compatible enhancements.
36
37
Enhancements
38
~~~~~~~~~~~~
setup.py
@@ -8,8 +8,8 @@
8
9
MAJOR = 0
10
MINOR = 10
11
-MICRO = 2
12
-ISRELEASED = False
+MICRO = 3
+ISRELEASED = True
13
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
14
QUALIFIER = ''
15
0 commit comments