diff --git a/CHANGELOG b/CHANGELOG index 841cc83f..1f1bcda6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,11 @@ == Change Log == -=== Version 0.11a1 === +=== Version 0.11.0, July 31, 2016 === * NEW #191: Django 1.7 and 1.8 support * NEW #192: Initial Python 3.4 support -* FIX #199: str4d upgraded all javascript libraries. Most importantly jqPlot to 1.0.9 and jQuery to 1.12.3 - +* NEW #199: str4d upgraded all javascript libraries. Most importantly jqPlot to 1.0.9 and jQuery to 1.12.3 +* NEW #203: str4d implemented displaying of quartile and extrema bands on median benchmarks +* NEW #295: javierhonduco gave the application a more modern look === Version 0.10.1, November 1, 2015 === * NEW #169: nomeata added admin action to recalculate reports diff --git a/setup.py b/setup.py index 2c903a77..a5255f94 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='codespeed', - version='0.11.0a1', + version='0.11.0', author='Miquel Torres', author_email='tobami@gmail.com', url='https://github.com/tobami/codespeed',