Skip to content

Commit

Permalink
Merge branch 'jf/simplehttp'
Browse files Browse the repository at this point in the history
  • Loading branch information
John Furr authored and John Furr committed Jan 13, 2016
2 parents e374c6f + a30efe8 commit 6b0c712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
@@ -1,9 +1,10 @@
Change Log
==========

v0.5.1
v0.6.0
------
* using codacy to check code quality
* HttpLogHandler and tests

v0.5.0
-------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
import subprocess
from setuptools import setup

VERSION = "0.5.0"
VERSION = "0.6.0"

with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()
Expand Down

0 comments on commit 6b0c712

Please sign in to comment.