Skip to content

Commit

Permalink
updated requirements in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
John Furr authored and John Furr committed Jan 13, 2016
1 parent 1588c6f commit 47c2f85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,6 +1,10 @@
Change Log
==========

v0.6.1
------
* Added requests to the list of required packages

v0.6.0
------
* using codacy to check code quality
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,7 +2,7 @@
import subprocess
from setuptools import setup

VERSION = "0.6.0"
VERSION = "0.6.1"

with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()
Expand All @@ -22,7 +22,7 @@
),
include_package_data=True,
license='GPL V3',
description='A simple mongo based logger',
description='A simple mongo based log handler for python/django',
long_description=README,
url='https://github.com/gnulnx/django-mongolog',
download_url='https://github.com/gnulnx/django-mongolog/tree/%s'%(VERSION),
Expand Down

0 comments on commit 47c2f85

Please sign in to comment.