Skip to content

Commit

Permalink
Increased test coverage and small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Crown committed Mar 1, 2015
1 parent 45fe2fb commit 7ba520b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Haralyzer
.. image:: https://travis-ci.org/mrname/haralyzer.svg?branch=master
:target: https://travis-ci.org/mrname/haralyzer

.. image:: https://coveralls.io/repos/mrname/haralyzer/badge.svg?branch=master
:target: https://coveralls.io/r/mrname/haralyzer?branch=master

.. image:: https://readthedocs.org/projects/haralyzer/badge/?version=latest
:target: http://haralyzer.readthedocs.org/en/latest/

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.8'
release = '1.0.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='haralyzer',
version='1.0.8',
version='1.0.9',
description='A python framework for getting useful stuff out of HAR files',
long_description=readme,
author='Justin Crown',
Expand Down

0 comments on commit 7ba520b

Please sign in to comment.