We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dffae6 commit 022c094Copy full SHA for 022c094
Changelog
@@ -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
+
6
Fri, 12 Jun 2009 18:34:35 +0900
7
* Update to scons 1.2.0
8
* Fix gfortran tool
release.py
@@ -18,7 +18,7 @@
18
MAJOR = 0
19
MINOR = 10
20
MICRO = 1
21
-DEV = True
+DEV = False
22
DESCRIPTION = 'Enable to use scons within distutils to build extensions'
23
CLASSIFIERS = filter(None, CLASSIFIERS.split('\n'))
24
AUTHOR = 'David Cournapeau'
0 commit comments