Wed Mar 10 21:26:05 2010 +0900
release to 0.1.8
| CHANGELOG | file | annotate | diff | revisions | |
| pyprof2html/pyprof2html.py | file | annotate | diff | revisions |
1.1 --- a/CHANGELOG Wed Mar 10 21:25:31 2010 +0900 1.2 +++ b/CHANGELOG Wed Mar 10 21:26:05 2010 +0900 1.3 @@ -1,6 +1,11 @@ 1.4 ChangeLog 1.5 ========= 1.6 1.7 +version 0.1.8 (2010.03.10) 1.8 +-------------------------- 1.9 + 1.10 + - New Feature, sorted to profile data table. 1.11 + 1.12 version 0.1.7 (2009.10.14) 1.13 -------------------------- 1.14
2.1 --- a/pyprof2html/pyprof2html.py Wed Mar 10 21:25:31 2010 +0900 2.2 +++ b/pyprof2html/pyprof2html.py Wed Mar 10 21:26:05 2010 +0900 2.3 @@ -15,7 +15,7 @@ 2.4 2.5 from jinja2 import Environment, PackageLoader 2.6 2.7 -__version__ = '0.1.7' 2.8 +__version__ = '0.1.8' 2.9 __licence__ = 'New BSD License' 2.10 __author__ = 'Hideo Hattori <hhatto.jp@gmail.com>' 2.11