Skip to content

Commit 1481656

Browse files
committed
Release v0.10.2
1 parent e792681 commit 1481656

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/whats-new.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ What's New
2727

2828
.. _whats-new.0.10.2:
2929

30-
v0.10.2 (12 March 2018)
30+
v0.10.2 (13 March 2018)
3131
-----------------------
3232

3333
The minor release includes a number of bug-fixes and enhancements, along with

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 = 1
12-
ISRELEASED = False
11+
MICRO = 2
12+
ISRELEASED = True
1313
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1414
QUALIFIER = ''
1515

0 commit comments

Comments
 (0)