Skip to content

Commit e1e9882

Browse files
committed
Version up, thanks to @kapi2289
- Removed / privatized a lot of undocumented functionality, which might break some users application if they were relying on those (hence the minor version bump). See #432 for further reasoning - Add `Client.forwardAttachment` and `Message.forwarded` attribute, see #420 - Fix parsing subattachments with no target, see #412 - Lots of other refactoring, aka. work on the transition towards v2
1 parent b159f04 commit e1e9882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fbchat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from ._util import log # TODO: Remove this (from examples too)
1414

1515
__title__ = "fbchat"
16-
__version__ = "1.6.5"
16+
__version__ = "1.7.0"
1717
__description__ = "Facebook Chat (Messenger) for Python"
1818

1919
__copyright__ = "Copyright 2015 - 2019 by Taehoon Kim"

0 commit comments

Comments
 (0)