Skip to content

Commit

Permalink
Removed Django<1.9 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Pradan committed Apr 21, 2016
1 parent fb76455 commit 3d43e4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ about your project and its dependencies

# Requirements

* Python >=2.7 (tested with Python 2.7, 3.2, 3.3, 3.4, 3.5)
* Python >=2.7 (tested with Python 2.7, 3.4, 3.5)
* Django >=1.6

# Installation
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import setup

requires = [
'Django>=1.6,<1.9',
'Django>=1.6',
'psutil==4.0.0',
]

Expand All @@ -18,7 +18,7 @@

setup(
name='django-heartbeat',
version='2.0.0',
version='2.0.1',
description="Your project's heartbeat/healthcheck and dependency status",
long_description=('A simple reusable app that checks and lists '
'various information about your project and its '
Expand Down

0 comments on commit 3d43e4d

Please sign in to comment.