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