Skip to content

Commit

Permalink
Merge branch 'prepare-7.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Oct 3, 2017
2 parents b704d31 + da55f48 commit 7bd8db6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Changelog

This document describes changes between each past release.

7.5.1 (unreleased)
-------------------
7.5.1 (2017-10-03)
------------------

**Bug fixes**

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# The short X.Y version.
version = '7.5'
# The full version, including alpha/beta/rc tags.
release = '7.5.0'
release = '7.5.1'

# 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 docs/configuration/production.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ adjustments:
.. note::

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


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 @@ -81,7 +81,7 @@ def read_file(filename):


setup(name='kinto',
version='7.6.0.dev0',
version='7.5.1',
description='Kinto Web Service - Store, Sync, Share, and Self-Host.',
long_description='{}\n\n{}\n\n{}'.format(README, CHANGELOG, CONTRIBUTORS),
license='Apache License (2.0)',
Expand Down

0 comments on commit 7bd8db6

Please sign in to comment.