Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gabriel Silva Vinha
codespeed
Commits
5851468f
Commit
5851468f
authored
Nov 11, 2017
by
Miquel Torres
Browse files
Release version 0.12.0
parent
805cd336
Changes
3
Show whitespace changes
Inline
Side-by-side
AUTHORS
View file @
5851468f
...
...
@@ -27,3 +27,6 @@ Codespeed is written and maintained by Miquel Torres Barceló and various contri
Michael Thompson
Reiner
Zachary Ware
Mark Watts
Catalin G. Manciu
Octavian Moraru
CHANGELOG
View file @
5851468f
== Change Log ==
=== Version 0.12.0, November 11, 2017 ===
* NEW #230: Added support for Django 1.11
* NEW #226: Added previous and next commit navigation to the changes view
* NEW #228: Customise the meta description to describe the URL
* NEW #224: Default banch is now configured in db, per project
* NEW #221: Added support for Django 1.9
* NEW #214: Added optional http basic authentication to results API calls
* NEW #209: Addeds the 'makeimage' service
* NEW #207: Commit tag saving features
* FIX #219: Made git tag identification more conservative
* FIX #212: Improved py3 compat by adding b'' literals
* FIX #212: Fix git tag error
=== Version 0.11.0, July 31, 2016 ===
* NEW #191: Django 1.7 and 1.8 support
* NEW #192: Initial Python 3.4 support
...
...
@@ -7,6 +21,7 @@
* NEW #203: str4d implemented displaying of quartile and extrema bands on median benchmarks
* NEW #205: javierhonduco gave the application a more modern look
=== Version 0.10.1, November 1, 2015 ===
* NEW #169: nomeata added admin action to recalculate reports
* NEW #169: nomeata increased allowed length for benchmark names to 100 chars
...
...
setup.py
View file @
5851468f
...
...
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup
(
name
=
'codespeed'
,
version
=
'0.1
1
.0'
,
version
=
'0.1
2
.0'
,
author
=
'Miquel Torres'
,
author_email
=
'tobami@gmail.com'
,
url
=
'https://github.com/tobami/codespeed'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment