Skip to content

Commit

Permalink
Merge branch 'prepare-8.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
glasserc committed Jan 26, 2018
2 parents 7ff3c64 + 3c0e18a commit 18ba82e
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.3 (unreleased)
8.1.3 (2018-01-26)
------------------

**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 @@ -75,7 +75,7 @@
# The short X.Y version.
version = '8.1'
# The full version, including alpha/beta/rc tags.
release = '8.1.2'
release = '8.1.3'

# 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.2/kinto/core/__init__.py#L27-L96>`.
refer to the *Kinto* :github:`source code <Kinto/kinto/blob/8.1.3/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 @@ -83,7 +83,7 @@ def read_file(filename):


setup(name='kinto',
version='8.1.3.dev0',
version='8.1.3',
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 18ba82e

Please sign in to comment.