Skip to content

Commit

Permalink
Merge pull request #10 from LFLab/hotfix/doc_sections
Browse files Browse the repository at this point in the history
add document sections
  • Loading branch information
lanfon72 authored Jan 3, 2020
2 parents 0bfa7cd + c12c305 commit 26ed168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aiohubot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from .plugins import EnterMessage, LeaveMessage, TopicMessage
from .robot import Robot, Blueprint

__version__ = '0.4.5'
__version__ = '0.4.6'
__all__ = ["Robot", "Blueprint", "Adapter", "TextMessage",
"EnterMessage", "LeaveMessage", "TopicMessage", "CatchAllMessage"]
3 changes: 3 additions & 0 deletions aiohubot/robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
TextListener)

DEFAULT_ADAPTERS = ["shell"]
HUBOT_DOCUMENTATION_SECTIONS = ('description', 'dependencies', 'configuration',
'commands', 'notes', 'author', 'authors',
'examples', 'tags', 'urls')


def get_logger(level="INFO"):
Expand Down

0 comments on commit 26ed168

Please sign in to comment.