Skip to content

Commit

Permalink
Release version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Feb 23, 2019
1 parent 7e8efa5 commit cb39a69
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ Codespeed is written and maintained by Miquel Torres Barceló and various contri
Mark Watts
Catalin G. Manciu
Octavian Moraru
Iskander (Alex) Sharipov
Tim (Timmmm)
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
== Change Log ==

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


=== Version 0.12.0, November 11, 2017 ===
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

setup(
name='codespeed',
version='0.12.0',
version='0.13.0',
author='Miquel Torres',
author_email='tobami@gmail.com',
url='https://github.com/tobami/codespeed',
download_url="https://github.com/tobami/codespeed/tags",
license='GNU Lesser General Public License version 2.1',
keywords=['benchmarking', 'visualization'],
install_requires=['django>=1.8,<2.0', 'isodate>=0.4.7,<0.6', 'matplotlib>=1.4.3,<2.0'],
install_requires=['django>=1.11<2.2', 'isodate>=0.4.7,<0.6', 'matplotlib>=1.4.3,<2.0'],
packages=find_packages(exclude=['ez_setup', 'sample_project']),
setup_requires=['setuptools-markdown'],
long_description_markdown_filename='README.md',
Expand All @@ -28,6 +28,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
]
)

0 comments on commit cb39a69

Please sign in to comment.