Skip to content

Commit 6c9116a

Browse files
committed
Revert to dev version
1 parent 30c4996 commit 6c9116a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

doc/whats-new.rst

+16
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,22 @@ What's New
2525
- `Python 3 Statement <http://www.python3statement.org/>`__
2626
- `Tips on porting to Python 3 <https://docs.python.org/3/howto/pyporting.html>`__
2727

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+
2844
.. _whats-new.0.10.1:
2945

3046
v0.10.1 (25 February 2018)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
MAJOR = 0
1010
MINOR = 10
1111
MICRO = 1
12-
ISRELEASED = True
12+
ISRELEASED = False
1313
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1414
QUALIFIER = ''
1515

0 commit comments

Comments
 (0)