Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Merge branch 'prepare-2.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Sep 9, 2015
2 parents e451782 + 47a42cb commit 8bfd641
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,25 @@ Changelog

This document describes changes between each past release.

2.7.0 (unreleased)
2.6.2 (2015-09-09)
------------------

- Nothing changed yet.
**Bug fixes**

- Expose CORS headers on subrequest error response and for non service errors (#435).
- Make sure a tuple is passed for Postgresql list comparisons even for ids (#443).

**Internal changes**

- Use the ``get_bound_permissions`` callback to select shared records in collection list (#444).


2.6.1 (2015-09-08)
------------------

**Bug fixes**

- Make sure we pass a tuple to Postgresql in conditions (#441)
- Make sure a tuple is passed for Postgresql in conditions (#441).


2.6.0 (2015-09-08)
Expand Down
2 changes: 1 addition & 1 deletion cliquet_docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# The short X.Y version.
version = '2.6'
# The full version, including alpha/beta/rc tags.
release = '2.6.1'
release = '2.6.2'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@


setup(name='cliquet',
version='2.7.0.dev0',
version='2.6.2',
description='Micro service API toolkit',
long_description=README + "\n\n" + CHANGELOG + "\n\n" + CONTRIBUTORS,
license='Apache License (2.0)',
Expand Down

0 comments on commit 8bfd641

Please sign in to comment.