File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ Patches and Suggestions
1717- `Grant McConnaughey <https://github.com/grantmcconnaughey >`_
1818- `Robert Elliott <https://github.com/greenafrican >`_
1919- `Jared Morse <https://github.com/jarcoal >`_
20+ - `neocortex <https://github.com/neocortex >`_
21+ - `jacoor <https://github.com/jacoor >`_
22+ - `maiiku <https://github.com/maiiku >`_
2023
2124Intercom
2225~~~~~~~~
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Changelog
33
44* 2.0 (not released)
55 * Added support for non-ASCII character sets. (`#86 <https://github.com/jkeyes/python-intercom/pull/86 >`_)
6+ * Fixed response handling where no encoding is specified. (`#81 <https://github.com/jkeyes/python-intercom/pull/91 >`_)
7+ * Added support for `None ` values in `FlatStore `. (`#88 <https://github.com/jkeyes/python-intercom/pull/88 >`_)
68* 2.0.beta
79 * Fixed `UnboundLocalError ` in `Request.parse_body `. (`#72 <https://github.com/jkeyes/python-intercom/issues/72 >`_)
810 * Added support for replies with an empty body. (`#72 <https://github.com/jkeyes/python-intercom/issues/72 >`_)
Original file line number Diff line number Diff line change 2626import six
2727import time
2828
29- __version__ = '2.0.beta '
29+ __version__ = '2.0'
3030
3131
3232RELATED_DOCS_TEXT = "See https://github.com/jkeyes/python-intercom \
You can’t perform that action at this time.
0 commit comments