From 19543696883611ea1427abc83d4da969fd50a400 Mon Sep 17 00:00:00 2001 From: Alex Cottner <148472676+alexcottner@users.noreply.github.com> Date: Wed, 22 Nov 2023 08:06:19 -0700 Subject: [PATCH] Ref #3303, #3304: Fix release of version 2.2.2 (#3305) * Preparing release 16.2.2 * Updating How to Release section --- docs/community.rst | 3 +-- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/community.rst b/docs/community.rst index 41127e904..884d59c7a 100644 --- a/docs/community.rst +++ b/docs/community.rst @@ -308,9 +308,8 @@ Step 1 - If API was updated, update API changelog in :file:`docs/api/index.rst` - Make sure ``HTTP_API_VERSION`` is up-to-date in :file:`kinto/__init__.py` - Update the link in :file:`docs/configuration/production.rst` -- Update the **kinto-admin** version in :file:`kinto/plugins/admin/package.json` if needed +- Update the **kinto-admin** version in :file:`kinto/plugins/admin/VERSION` if needed (`available releases `_) -- If **kinto-admin** was updated, run ``npm install`` from the `kinto/plugins/admin/` folder in order to refresh the ``package-lock.json`` file - Update :file:`CONTRIBUTORS.rst`. The following hairy command will output the full list: diff --git a/setup.cfg b/setup.cfg index 4cc45ee3d..623491c7b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = kinto -version = 16.3.0.dev0 +version = 16.2.2 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