Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #17 from reillysiemens/release
Browse files Browse the repository at this point in the history
  • Loading branch information
reillysiemens committed Jun 18, 2018
2 parents fd5e6fb + 0c044a0 commit ed617cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
=========

v1.0.0b1 (2018-06-12)
---------------------
v1.0.0 (2018-06-18)
-------------------

Beta release.
Initial release.

Contributors
~~~~~~~~~~~~
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Layabout
return not any(e.get('type') == 'member_left_channel'
for e in events)
if __name__ == '__main__':
# Automatically load app token from $LAYABOUT_TOKEN and run!
app.run(until=someone_leaves)
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Release v\ |release|. (:ref:`Changelog <changelog>`)
return not any(e.get('type') == 'member_left_channel'
for e in events)
if __name__ == '__main__':
# Automatically load app token from $LAYABOUT_TOKEN and run!
app.run(until=someone_leaves)
Expand Down
2 changes: 1 addition & 1 deletion layabout.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

__author__ = 'Reilly Tucker Siemens'
__email__ = '[email protected]'
__version__ = '1.0.0b1'
__version__ = '1.0.0'

# Private type alias for the complex type of the handlers defaultdict.
_Handlers = DefaultDict[str, List[Tuple[Callable, dict]]]
Expand Down

0 comments on commit ed617cd

Please sign in to comment.