We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39ecae commit c284cfeCopy full SHA for c284cfe
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-* 2.0 (not released)
+* 2.0.0
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>`_)
intercom/__init__.py
@@ -26,7 +26,7 @@
26
import six
27
import time
28
29
-__version__ = '2.0'
+__version__ = '2.0.0'
30
31
32
RELATED_DOCS_TEXT = "See https://github.com/jkeyes/python-intercom \
0 commit comments