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
17
17
- `Grant McConnaughey <https://github.com/grantmcconnaughey >`_
18
18
- `Robert Elliott <https://github.com/greenafrican >`_
19
19
- `Jared Morse <https://github.com/jarcoal >`_
20
+ - `neocortex <https://github.com/neocortex >`_
21
+ - `jacoor <https://github.com/jacoor >`_
22
+ - `maiiku <https://github.com/maiiku >`_
20
23
21
24
Intercom
22
25
~~~~~~~~
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Changelog
3
3
4
4
* 2.0 (not released)
5
5
* 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 >`_)
6
8
* 2.0.beta
7
9
* Fixed `UnboundLocalError ` in `Request.parse_body `. (`#72 <https://github.com/jkeyes/python-intercom/issues/72 >`_)
8
10
* 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 26
26
import six
27
27
import time
28
28
29
- __version__ = '2.0.beta '
29
+ __version__ = '2.0'
30
30
31
31
32
32
RELATED_DOCS_TEXT = "See https://github.com/jkeyes/python-intercom \
You can’t perform that action at this time.
0 commit comments