Skip to content

Commit

Permalink
Merge pull request #2082 from Kinto/prepare-13.1.0
Browse files Browse the repository at this point in the history
Prepare 13.1.0
  • Loading branch information
leplatrem authored Mar 21, 2019
2 parents 24f5d83 + 27c3121 commit d9c03d2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
32 changes: 17 additions & 15 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,9 @@ Changelog

This document describes changes between each past release.

13.1.0 (unreleased)
13.1.0 (2019-03-20)
-------------------

**Bug fixes**

- Fixed two potential bugs relating to mutable default values.
- Fix crash on validating records with errors in arrays (#1508)
- Fix crash on deleting multiple accounts (#2009)

**Internal changes**

- Use ``setup.cfg`` for package metadata (ref #1921)

**Documentation**

- Fixed spelling and Filtering docs

**New features**

- Expose the user_profile in the user field of the hello page. (#1989)
Expand All @@ -32,16 +18,32 @@ This document describes changes between each past release.
:ref:`account validation <accounts-validate>` option is enabled on the
accounts plugin.

**Bug fixes**

- Fixed two potential bugs relating to mutable default values.
- Fix crash on validating records with errors in arrays (#1508)
- Fix crash on deleting multiple accounts (#2009)

**Documentation**

- Fixed spelling and Filtering docs

**Internal changes**

- Use ``setup.cfg`` for package metadata (ref #1921)


API is now at version **1.22**. See `API changelog`_.


13.0.1 (2019-01-29)
-------------------

**Bug fixes**

- Loosen up the Content-Security policies in the Kinto Admin plugin to prevent Webpack inline script to be rejected (fixes #2000)


13.0.0 (2019-01-25)
-------------------

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.22 (unreleased)
1.22 (2019-03-20)
'''''''''''''''''

- New ``/accounts/{user id}/validate/{validation key}`` endpoint to validate a
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/production.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ adjustments:
.. note::

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


By default, nobody can read buckets list. You can change that using:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = kinto
version = 13.1.0.dev0
version = 13.1.0
description = Kinto Web Service - Store, Sync, Share, and Self-Host.
long_description = file: README.rst, CHANGELOG.rst, CONTRIBUTORS.rst
license = Apache License (2.0)
Expand Down

0 comments on commit d9c03d2

Please sign in to comment.