Skip to content

Commit 46a7595

Browse files
committed
Tag 0.9.1
1 parent c77373a commit 46a7595

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG

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

3+
=== Version 0.9.1, September 11, 2011 ===
4+
* NEW: Stefan added the possibility to name the default branch other than "default"
5+
* NEW: Danilo added executable grouping by project
6+
* NEW: Made default number of data points in the timeline plots configurable
7+
* FIX: Frank fixed a lot of issues with the deploy examples
8+
* FIX: Other numerous fixes
9+
310

411
=== Version 0.9.0, July 17, 2011 ===
512
* NEW: Frank refactored the Django project and app. Now Codespeed is a proper, installable Django app, and there is a sample project in the "example" dir

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
author='Miquel Torres',
55
author_email='tobami@gmail.com',
66
name='codespeed',
7-
version='0.9.0',
7+
version='0.9.1',
88
url='https://github.com/tobami/codespeed',
99
license='GNU Lesser General Public License version 2.1',
1010
install_requires=['django>=1.3', 'isodate', 'south'],

0 commit comments

Comments
 (0)