Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Merge #1924
Browse files Browse the repository at this point in the history
1924: Prepare 24.0.1 r=leplatrem a=leplatrem



Co-authored-by: Mathieu Leplatre <[email protected]>
  • Loading branch information
bors[bot] and leplatrem authored Oct 18, 2021
2 parents c85b4cb + 14ffa53 commit 00fe3d4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ CHANGELOG
This document describes changes between each past release as well as
the version control of each dependency.

24.0.1 (2021-10-18)
===================

kinto
-----

**kinto 14.5.0 → 14.5.1**: https://github.com/Kinto/kinto/releases/tag/14.5.1

**Bug fixes**

- Fix bundle of kinto-admin, using same versions of React as upstream package #GroundhogDay (Kinto/kinto#2880)


24.0.0 (2021-10-08)
===================

Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ jsonschema==3.2.0 \
--hash=sha256:4e5b3cf8216f577bee9ce139cbe72eca3ea4f292ec60928ff24758ce626cd163 \
--hash=sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a
# via kinto
kinto[monitoring,postgresql]==14.5.0 \
--hash=sha256:107e8ef7f0de9b7525cbbad543cba775dd133c03d8121e2184b73f312c7c3fe2 \
--hash=sha256:795f3f391dee029cde10b2441cba12909ba7427b3a84e359858c581b9a344595
kinto[monitoring,postgresql]==14.5.1 \
--hash=sha256:25445a01dd03bfb08d54c7dad50426776a714d79b36be134457586461baf6d9e \
--hash=sha256:25ce8d844b99cb1227dede336eef07a14f5f9c7399d7047f734cd0493eddf0a0
# via
# -r requirements.in
# kinto-attachment
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read_file(filename):

setup(
name='kinto-dist',
version='24.0.0',
version='24.0.1',
description='Kinto Distribution',
long_description=README + "\n\n" + CHANGELOG,
license='Apache License (2.0)',
Expand Down

0 comments on commit 00fe3d4

Please sign in to comment.