Skip to content

Commit 732bdc2

Browse files
committed
Renaming CHANGES to CHANGES.rst and including it's contents in the docs.
1 parent c1d4b6a commit 732bdc2

File tree

3 files changed

+40
-42
lines changed

3 files changed

+40
-42
lines changed

CHANGES

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGES.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
=========
2+
Changelog
3+
=========
4+
5+
* 0.2.10
6+
* basic support for companies. `#18 <https://github.com/jkeyes/python-intercom/pull/18>`_. (https://github.com/cameronmaske)
7+
* fixed User.delete. `#19 <https://github.com/jkeyes/python-intercom/pull/19>`_. (https://github.com/cameronmaske)
8+
* updated links to Intercom API docs.
9+
* Doctest fixes.
10+
* 0.2.9
11+
* `unsubscribed_from_emails` attribute added to `User` object. `#15 <https://github.com/jkeyes/python-intercom/pull/15>`_. (https://github.com/sdorazio)
12+
* `last_request_at` parameter supported in `Intercom.create_user`. `#16 <https://github.com/jkeyes/python-intercom/issues/16>`_.
13+
* page, per_page, tag_id, and tag_name parameters support on `Intercom.get_users`. `#17 <https://github.com/jkeyes/python-intercom/issues/17>`_.
14+
* 0.2.8
15+
* Added support for tagging `#13 <https://github.com/jkeyes/python-intercom/issues/13>`_.
16+
* Now installs into a clean python environment (https://github.com/vrachil) `#12 <https://github.com/jkeyes/python-intercom/issues/12>`_.
17+
* Doctest fix.
18+
* PEP8 formatting.
19+
* 0.2.7
20+
* Update delete user support to send bodyless request.
21+
* Add support for user notes.
22+
* 0.2.6
23+
* Support for delete user.
24+
* 0.2.5
25+
* Consistent version numbering (docs and code).
26+
* 0.2.4
27+
* Handle invalid JSON responses. (https://github.com/marselester)
28+
* Fix to doctests to pass with current Intercom dummy API.
29+
* 0.2.3
30+
* Fixed version number of distribution to match documentation.
31+
* 0.2.2
32+
* Finished docstrings and doctests.
33+
* 0.2.1
34+
* Added some docstrings.
35+
* 0.2
36+
* created source distribution `#2 <https://github.com/jkeyes/python-intercom/issues/2>`_.
37+
* renamed errors `#1 <https://github.com/jkeyes/python-intercom/issues/1>`_.
38+
* 0.1
39+
* initial release

docs/changelog.rst

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1 @@
1-
=========
2-
Changelog
3-
=========
4-
5-
* 0.2.10
6-
* basic support for companies. `#18 <https://github.com/jkeyes/python-intercom/pull/18>`_. (https://github.com/cameronmaske)
7-
* fixed User.delete. `#19 <https://github.com/jkeyes/python-intercom/pull/19>`_. (https://github.com/cameronmaske)
8-
* updated links to Intercom API docs.
9-
* Doctest fixes.
10-
* 0.2.9
11-
* `unsubscribed_from_emails` attribute added to `User` object. `#15 <https://github.com/jkeyes/python-intercom/pull/15>`_. (https://github.com/sdorazio)
12-
* `last_request_at` parameter supported in `Intercom.create_user`. `#16 <https://github.com/jkeyes/python-intercom/issues/16>`_.
13-
* page, per_page, tag_id, and tag_name parameters support on `Intercom.get_users`. `#17 <https://github.com/jkeyes/python-intercom/issues/17>`_.
14-
* 0.2.8
15-
* Added support for tagging `#13 <https://github.com/jkeyes/python-intercom/issues/13>`_.
16-
* Now installs into a clean python environment (https://github.com/vrachil) `#12 <https://github.com/jkeyes/python-intercom/issues/12>`_.
17-
* Doctest fix.
18-
* PEP8 formatting.
19-
* 0.2.7
20-
* Update delete user support to send bodyless request.
21-
* Add support for user notes.
22-
* 0.2.6
23-
* Support for delete user.
24-
* 0.2.5
25-
* Consistent version numbering (docs and code).
26-
* 0.2.4
27-
* Handle invalid JSON responses. (https://github.com/marselester)
28-
* Fix to doctests to pass with current Intercom dummy API.
29-
* 0.2.3
30-
* Fixed version number of distribution to match documentation.
31-
* 0.2.2
32-
* Finished docstrings and doctests.
33-
* 0.2.1
34-
* Added some docstrings.
35-
* 0.2
36-
* created source distribution `#2 <https://github.com/jkeyes/python-intercom/issues/2>`_.
37-
* renamed errors `#1 <https://github.com/jkeyes/python-intercom/issues/1>`_.
38-
* 0.1
39-
* initial release
1+
.. include:: ../CHANGES.rst

0 commit comments

Comments
 (0)