Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Dec 27, 2013
1 parent fd5c74e commit 66315fe
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
# - "2.5"
- "2.6"
- "2.7"
# - "3.2"
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
== Change Log ==

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


=== Version 0.9.1, September 11, 2011 ===
* NEW: Stefan added the possibility to name the default branch other than "default"
* NEW: Danilo added executable grouping by project
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='codespeed',
version='0.9.1',
version='0.10.0',
author='Miquel Torres',
author_email='tobami@gmail.com',
url='https://github.com/tobami/codespeed',
Expand Down

0 comments on commit 66315fe

Please sign in to comment.