File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11== Change Log ==
22
3+ === Version 0.10.1, November 1, 2015 ===
4+ * NEW #169: nomeata added admin action to recalculate reports
5+ * NEW #169: nomeata increased allowed length for benchmark names to 100 chars
6+ * FIX #186: pepsiman fixed getting commit logs for non-default branches on mercurial
7+ * FIX #170: Show infinite increase instead of "-"
8+ * FIX: various admin fixes
9+
10+
311=== Version 0.10.0, December 27, 2013 ===
412* NEW #108: AlekSi made executable names uniques per project instead of globally
513* NEW #148: staticfloat added the ability to set benchmark fields when saving results for a new benchmark
Original file line number Diff line number Diff line change 11All files in this work, are now covered by the following copyright notice.
22Please note that included libraries in the media/ directory may have their own license.
33
4- Copyright (c) 2009-2014 Miquel Torres <tobami@gmail.com>
4+ Copyright (c) 2009-2015 Miquel Torres <tobami@gmail.com>
55
66 This file is part of Codespeed.
77
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'codespeed' ,
5- version = '0.10.0 ' ,
5+ version = '0.10.1 ' ,
66 author = 'Miquel Torres' ,
77 author_email = 'tobami@gmail.com' ,
88 url = 'https://github.com/tobami/codespeed' ,
1414 description = 'A web application to monitor and analyze the performance of your code' ,
1515 include_package_data = True ,
1616 zip_safe = False ,
17- classifiers = [
17+ classifiers = [
1818 'Environment :: Web Environment' ,
1919 'Framework :: Django' ,
2020 'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments