diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c4e2e30d1..a58e2efe9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,13 +3,20 @@ Changelog This document describes changes between each past release. -16.3.0 (unreleased) +16.3.0 (2024-01-12) ------------------- **New features** - Add a new ``kinto.admin_assets_path`` setting to specify the location on the Admin UI assets. +**Internal Changes** + +- Publish to docker hub on tag (#3329) +- Publish to Pypi on tag (#3328) +- Switch to ruff insteaf of therapist+flake8+black+isort (#3321) +- Upgrade to SQLAlchemy 2 (fixes #3128) + 16.2.3 (2023-12-05) ------------------- diff --git a/setup.cfg b/setup.cfg index 3a12e4a29..e8f39127e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = kinto -version = 16.3.0.dev0 +version = 16.3.0 description = Kinto Web Service - Store, Sync, Share, and Self-Host. long_description = file: README.rst, CHANGELOG.rst, CONTRIBUTORS.rst long_description_content_type = text/x-rst