Skip to content

Commit

Permalink
remove extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
shortdudey123 committed Jun 3, 2015
1 parent 03e9d4c commit eb22ffa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Release History
---------------

0.0.2 (2015-06-??)
0.0.2 (2015-06-03)
^^^^^^^^^^^^^^^^^^

- Add get_alerts
Expand Down
2 changes: 1 addition & 1 deletion docs/source/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Release History
---------------

0.0.2 (2015-06-??)
0.0.2 (2015-06-03)
^^^^^^^^^^^^^^^^^^

- Add get_alerts
Expand Down
1 change: 0 additions & 1 deletion scout_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import logging
import json
import sys
import yaml

__version__ = version.__version__

Expand Down
2 changes: 1 addition & 1 deletion scout_api/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 0, 1)
version_info = (0, 0, 2)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit eb22ffa

Please sign in to comment.