Skip to content

Commit cb39a69

Browse files
committed
Release version 0.13.0
1 parent 7e8efa5 commit cb39a69

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ Codespeed is written and maintained by Miquel Torres Barceló and various contri
3030
Mark Watts
3131
Catalin G. Manciu
3232
Octavian Moraru
33+
Iskander (Alex) Sharipov
34+
Tim (Timmmm)

CHANGELOG

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

3-
=== Version 0.13.0 ===
3+
=== Version 0.13.0, February 23, 2019 ===
44
* NEW #263: Added support for Django 2.1, drop support for Django 1.8
5+
* NEW #255: Allow partial requests of timeline grid
6+
* FIX #233: Ensure missing data points don’t lead to infinite loop
7+
* FIX #242: Revision.tag field is not trimmed before insert
8+
* FIX #250: All doesn't work after clicking None in comparison
59

610

711
=== Version 0.12.0, November 11, 2017 ===

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
setup(
44
name='codespeed',
5-
version='0.12.0',
5+
version='0.13.0',
66
author='Miquel Torres',
77
author_email='tobami@gmail.com',
88
url='https://github.com/tobami/codespeed',
99
download_url="https://github.com/tobami/codespeed/tags",
1010
license='GNU Lesser General Public License version 2.1',
1111
keywords=['benchmarking', 'visualization'],
12-
install_requires=['django>=1.8,<2.0', 'isodate>=0.4.7,<0.6', 'matplotlib>=1.4.3,<2.0'],
12+
install_requires=['django>=1.11<2.2', 'isodate>=0.4.7,<0.6', 'matplotlib>=1.4.3,<2.0'],
1313
packages=find_packages(exclude=['ez_setup', 'sample_project']),
1414
setup_requires=['setuptools-markdown'],
1515
long_description_markdown_filename='README.md',
@@ -28,6 +28,7 @@
2828
'Programming Language :: Python :: 3',
2929
'Programming Language :: Python :: 3.4',
3030
'Programming Language :: Python :: 3.5',
31+
'Programming Language :: Python :: 3.6',
3132
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
3233
]
3334
)

0 commit comments

Comments
 (0)