Skip to content

Commit 66315fe

Browse files
committed
Release 0.10.0
1 parent fd5c74e commit 66315fe

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
# - "2.5"
43
- "2.6"
54
- "2.7"
65
# - "3.2"

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
== Change Log ==
22

3+
=== Version 0.10.0, December 27, 2013 ===
4+
* NEW #108: AlekSi made executable names uniques per project instead of globally
5+
* NEW #148: staticfloat added the ability to set benchmark fields when saving results for a new benchmark
6+
* NEW #149, #161: rchikhi and others fixed Django compatibility with versions 1.4-1.6
7+
* NEW #158: smarr added initial travis configuration. Continuous integration is now enabled for Codespeed
8+
* NEW #32: squiddy added option to control display of authors email address
9+
* OPTIMIZATION #98: squiddy greatly reduced the number of necessary queries for getting comparison data, getting down the response time by an order of magnitude
10+
* FIX #86: a8 fixed timeline plot failing when more than 4 series were selected
11+
* FIX #130: alkino fixed migrations 0006 and 0012
12+
* FIX #151: philangist migrated Github integration to API v3
13+
* FIX #85: a8 fixed timeline view on IE
14+
15+
316
=== Version 0.9.1, September 11, 2011 ===
417
* NEW: Stefan added the possibility to name the default branch other than "default"
518
* NEW: Danilo added executable grouping by project

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='codespeed',
5-
version='0.9.1',
5+
version='0.10.0',
66
author='Miquel Torres',
77
author_email='tobami@gmail.com',
88
url='https://github.com/tobami/codespeed',

0 commit comments

Comments
 (0)