Skip to content

Commit c284cfe

Browse files
committed
Changing version to 2.0.0 as I messed up the PyPi upload.
1 parent d39ecae commit c284cfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
* 2.0 (not released)
4+
* 2.0.0
55
* Added support for non-ASCII character sets. (`#86 <https://github.com/jkeyes/python-intercom/pull/86>`_)
66
* Fixed response handling where no encoding is specified. (`#81 <https://github.com/jkeyes/python-intercom/pull/91>`_)
77
* Added support for `None` values in `FlatStore`. (`#88 <https://github.com/jkeyes/python-intercom/pull/88>`_)

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'
29+
__version__ = '2.0.0'
3030

3131

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

0 commit comments

Comments
 (0)