Skip to content

Commit

Permalink
Version up, thanks to @kapi2289
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
madsmtm committed Jun 23, 2019
1 parent b159f04 commit e1e9882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbchat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from ._util import log # TODO: Remove this (from examples too)

__title__ = "fbchat"
__version__ = "1.6.5"
__version__ = "1.7.0"
__description__ = "Facebook Chat (Messenger) for Python"

__copyright__ = "Copyright 2015 - 2019 by Taehoon Kim"
Expand Down

0 comments on commit e1e9882

Please sign in to comment.