Skip to content

Commit 17cba4b

Browse files
committed
Release version 0.11.0
1 parent 17d4a84 commit 17cba4b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
== Change Log ==
22

3-
=== Version 0.11a1 ===
3+
=== Version 0.11.0, July 31, 2016 ===
44
* NEW #191: Django 1.7 and 1.8 support
55
* NEW #192: Initial Python 3.4 support
6-
* FIX #199: str4d upgraded all javascript libraries. Most importantly jqPlot to 1.0.9 and jQuery to 1.12.3
7-
6+
* NEW #199: str4d upgraded all javascript libraries. Most importantly jqPlot to 1.0.9 and jQuery to 1.12.3
7+
* NEW #203: str4d implemented displaying of quartile and extrema bands on median benchmarks
8+
* NEW #295: javierhonduco gave the application a more modern look
89

910
=== Version 0.10.1, November 1, 2015 ===
1011
* NEW #169: nomeata added admin action to recalculate reports

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.11.0a1',
5+
version='0.11.0',
66
author='Miquel Torres',
77
author_email='[email protected]',
88
url='https://github.com/tobami/codespeed',

0 commit comments

Comments
 (0)