Skip to content

Commit 34495fc

Browse files
committed
Prepping 2.0 release.
Adding contributes to AUTHORS file. Bumping version number. Updating CHANGES.
1 parent ba7fd02 commit 34495fc

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

AUTHORS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2124
Intercom
2225
~~~~~~~~

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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>`_)

intercom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import six
2727
import time
2828

29-
__version__ = '2.0.beta'
29+
__version__ = '2.0'
3030

3131

3232
RELATED_DOCS_TEXT = "See https://github.com/jkeyes/python-intercom \

0 commit comments

Comments
 (0)