We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c4996 commit 6c9116aCopy full SHA for 6c9116a
doc/whats-new.rst
@@ -25,6 +25,22 @@ What's New
25
- `Python 3 Statement <http://www.python3statement.org/>`__
26
- `Tips on porting to Python 3 <https://docs.python.org/3/howto/pyporting.html>`__
27
28
+.. _whats-new.0.10.2:
29
+
30
+v0.10.2 (unreleased)
31
+--------------------
32
33
+The minor release includes a number of bug-fixes and backwards compatible enhancements.
34
35
+Documentation
36
+~~~~~~~~~~~~~
37
38
+Enhancements
39
+~~~~~~~~~~~~
40
41
+Bug fixes
42
+~~~~~~~~~
43
44
.. _whats-new.0.10.1:
45
46
v0.10.1 (25 February 2018)
setup.py
@@ -9,7 +9,7 @@
9
MAJOR = 0
10
MINOR = 10
11
MICRO = 1
12
-ISRELEASED = True
+ISRELEASED = False
13
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
14
QUALIFIER = ''
15
0 commit comments