Skip to content

Commit

Permalink
Bump Halliwell version and include aSlack version
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jun 26, 2016
1 parent 1b060e3 commit b851275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aslack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
logging.getLogger(__name__).addHandler(logging.NullHandler())

__author__ = 'Jonathan Sharpe'
__version__ = '0.8.1'
__version__ = '0.8.2'
3 changes: 2 additions & 1 deletion examples/halliwell.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from atmdb import TMDbClient
from atmdb.utils import find_overlapping_actors, find_overlapping_movies

from aslack import __version__ as aslack_version
from aslack.slack_bot import SlackBot, BotMessageHandler


Expand Down Expand Up @@ -130,7 +131,7 @@ class Halliwell(SlackBot):
PersonQueryHandler,
]

VERSION = 'Halliwell v0.1.0'
VERSION = 'Halliwell v0.2.0 (aSlack v{})'.format(aslack_version)

def __init__(self, id_, user, api, tmdb_client=None):
super().__init__(id_, user, api)
Expand Down

0 comments on commit b851275

Please sign in to comment.