Skip to content

Commit

Permalink
Merge branch 'prepare-3.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Jul 20, 2016
2 parents 8f2dad9 + 8b9fc4c commit 8d44754
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ Changelog

This document describes changes between each past release.

3.4.0 (unreleased)
3.3.1 (2016-07-19)
==================

- Add the ``permissions_endpoint`` capability. (#722)
**Protocol**

- Add the ``permissions_endpoint`` capability when the ``kinto.experimental_permissions_endpoint`` is set. (#722)


3.3.0 (2016-07-18)
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Contributors
============

* Adam Chainz <[email protected]>
* Aaron Egaas <[email protected]>
* Adam Chainz <[email protected]>
* Aditya Bhasin <[email protected]>
* Alexis Metaireau <[email protected]>
* Andy McKay <[email protected]>
* Aymeric Faivre <[email protected]>
* Ayush Sharma <[email protected]>
* Balthazar Rouberol <[email protected]>
* Boris Feld <[email protected]>
* Chirag B. Jadwani <[email protected]>
* Clément Villain <[email protected]>
* Dan Phrawzty <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ API
Changelog
---------

1.8 (unreleased)
1.8 (2016-07-19)
''''''''''''''''

- Add new endpoint ``GET /v1/permissions`` to retrieve the list of permissions
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/production.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ adjustments:
.. note::

For an exhaustive list of available settings and their default values,
refer to the *Kinto* :github:`source code <Kinto/kinto/blob/3.2.0/kinto/core/__init__.py#L23-L89>`.
refer to the *Kinto* :github:`source code <Kinto/kinto/blob/3.3.1/kinto/core/__init__.py#L23-L89>`.


By default, nobody can read buckets list. You can change that using:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def read_file(filename):


setup(name='kinto',
version='3.4.0.dev0',
version='3.3.1',
description='Kinto Web Service - Store, Sync, Share, and Self-Host.',
long_description=README + "\n\n" + CHANGELOG + "\n\n" + CONTRIBUTORS,
license='Apache License (2.0)',
Expand Down

0 comments on commit 8d44754

Please sign in to comment.