Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rickydunlop committed Jul 6, 2017
1 parent 8254dbd commit 58731cf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

## 4.0.1

- Add support for default_action to Element

## 4.0.0

- Support for new Messenger Profile

## 3.1.3

- Empty QuickReplies should evaluate to false
Expand Down
2 changes: 1 addition & 1 deletion fbmessenger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import requests

__version__ = '4.0.0'
__version__ = '4.0.1'

logging.basicConfig(level=logging.DEBUG)
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 58731cf

Please sign in to comment.