Skip to content

Commit 022c094

Browse files
committed
0.10.1 release.
1 parent 3dffae6 commit 022c094

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Fri, 12 Jun 2009 18:53:38 +0900
2+
* Fix version_info to return int instead of strings for version
3+
numbers
4+
* 0.10.1 release
5+
16
Fri, 12 Jun 2009 18:34:35 +0900
27
* Update to scons 1.2.0
38
* Fix gfortran tool

release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
MAJOR = 0
1919
MINOR = 10
2020
MICRO = 1
21-
DEV = True
21+
DEV = False
2222
DESCRIPTION = 'Enable to use scons within distutils to build extensions'
2323
CLASSIFIERS = filter(None, CLASSIFIERS.split('\n'))
2424
AUTHOR = 'David Cournapeau'

0 commit comments

Comments
 (0)