Skip to content

Commit 81672e9

Browse files
committed
Release version 0.10.1
1 parent 9893b87 commit 81672e9

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
All files in this work, are now covered by the following copyright notice.
22
Please note that included libraries in the media/ directory may have their own license.
33

4-
Copyright (c) 2009-2014 Miquel Torres <[email protected]>
4+
Copyright (c) 2009-2015 Miquel Torres <[email protected]>
55

66
This file is part of Codespeed.
77

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='codespeed',
5-
version='0.10.0',
5+
version='0.10.1',
66
author='Miquel Torres',
77
author_email='[email protected]',
88
url='https://github.com/tobami/codespeed',
@@ -14,7 +14,7 @@
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',

0 commit comments

Comments
 (0)