Skip to content

Commit

Permalink
Merge pull request #26 from Kinto/prepare-0.2.0
Browse files Browse the repository at this point in the history
Preparing release 0.2.0
  • Loading branch information
leplatrem authored Jan 27, 2017
2 parents 5a034f9 + 555f7d0 commit 7e6bc8f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

This document describes changes between each past release.

0.2.0 (unreleased)
0.2.0 (2017-01-27)
------------------

**New features**
Expand Down
20 changes: 9 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,21 @@ The metadata on the collection must look like this:

.. code-block:: js
{
"kinto-emailer": {
"hooks": [{
"template": "Something happened!",
"recipients": ['Security reviewers <security-reviews@mozilla.com>']
}]
{
"kinto-emailer": {
"hooks": [{
"template": "Something happened!",
"recipients": ['Security reviewers <security-reviews@mozilla.com>']
}]
}
}
}
In the above example, every action on the collection metadata or any record in that
collection will trigger an email notification.

Optional:

* ``sender`` (e.g.``"Kinto team <developers@kinto-storage.org>"``)
* ``sender`` (e.g. ``"Kinto team <developers@kinto-storage.org>"``)


Recipients
Expand Down Expand Up @@ -159,9 +159,7 @@ To run the unit tests::

$ make tests

For the functional tests, run a Kinto instance in a separate terminal:

::
For the functional tests, run a Kinto instance in a separate terminal::

$ make run-kinto

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read_file(filename):
]

setup(name='kinto-emailer',
version='0.2.0.dev0',
version='0.2.0',
description='Kinto emailer plugin',
long_description=README + "\n\n" + CHANGELOG + "\n\n" + CONTRIBUTORS,
license='Apache License (2.0)',
Expand Down

0 comments on commit 7e6bc8f

Please sign in to comment.