Skip to content

Commit

Permalink
Preparing release 14.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamalama committed Mar 30, 2022
1 parent 8527385 commit bd1f225
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,30 @@ Changelog

This document describes changes between each past release.

14.7.0 (unreleased)
14.7.0 (2022-03-30)
-------------------

**Internal Changes**

- Test package description formatting in CI
- Build ``kinto-admin`` (now at version 2.0.0) from source rather than mounting the ``<KintoAdmin />`` component in a ``create-react-app`` app. (#2966)

Kinto Admin
^^^^^^^^^^^

**Internal Changes**

- Replace react-breadcrumbs with custom component (Kinto/kinto-admin#2207)
- Move signoff into main component tree, remove plugin system (Kinto/kinto-admin#2360)
- Use environment variable to set SINGLE_SERVER, deprecate other settings (Kinto/kinto-admin#2373)

**Bug Fixes**

- Downgrade to history v4 (Kinto/kinto-admin#2180)
- Fix crash on incorrect auth credentials (Kinto/kinto-admin#2119)

For a complete log of Kinto Admin changes, see `v1.31.0...v2.0.0 <https://github.com/Kinto/kinto-admin/compare/v1.31.0...v2.0.0>`_


14.6.1 (2022-02-03)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==22.1.0
black==22.3.0
bravado==11.0.3
bravado_core==5.17.0
flake8==4.0.1
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 = 14.7.0.dev0
version = 14.7.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 bd1f225

Please sign in to comment.