Skip to content

Commit

Permalink
Merge branch 'prepare-8.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
glasserc committed Jan 18, 2018
2 parents 06fb571 + b72ef56 commit 450206f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.

8.1.1 (unreleased)
8.1.1 (2018-01-18)
------------------

**Operational concerns**
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 = '8.1'
# The full version, including alpha/beta/rc tags.
release = '8.1.0'
release = '8.1.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/8.1.0/kinto/core/__init__.py#L27-L96>`.
refer to the *Kinto* :github:`source code <Kinto/kinto/blob/8.1.1/kinto/core/__init__.py#L27-L96>`.


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='8.1.1.dev0',
version='8.1.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 450206f

Please sign in to comment.