We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e792681 commit 1481656Copy full SHA for 1481656
doc/whats-new.rst
@@ -27,7 +27,7 @@ What's New
27
28
.. _whats-new.0.10.2:
29
30
-v0.10.2 (12 March 2018)
+v0.10.2 (13 March 2018)
31
-----------------------
32
33
The minor release includes a number of bug-fixes and enhancements, along with
setup.py
@@ -8,8 +8,8 @@
8
9
MAJOR = 0
10
MINOR = 10
11
-MICRO = 1
12
-ISRELEASED = False
+MICRO = 2
+ISRELEASED = True
13
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
14
QUALIFIER = ''
15
0 commit comments