Skip to content

Commit 30c4996

Browse files
committed
Release v0.10.1
1 parent d463b9b commit 30c4996

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/whats-new.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ What's New
2727

2828
.. _whats-new.0.10.1:
2929

30-
v0.10.1 (unreleased)
31-
--------------------
30+
v0.10.1 (25 February 2018)
31+
--------------------------
3232

3333
The minor release includes a number of bug-fixes and backwards compatible enhancements.
3434

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
MAJOR = 0
1010
MINOR = 10
11-
MICRO = 0
12-
ISRELEASED = False
11+
MICRO = 1
12+
ISRELEASED = True
1313
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1414
QUALIFIER = ''
1515

0 commit comments

Comments
 (0)