From ce4037017180614fae9fd7ab2c16a25d7dcbd8f6 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Wed, 23 Oct 2024 12:19:37 -0400 Subject: [PATCH] =?UTF-8?q?v1.6.1=20=E2=80=94=20Update=20`SUPPORTED=5FREPO?= =?UTF-8?q?SITORY=5FVERSION`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - `SUPPORTED_REPOSITORY_VERSION` increased to `"1.3"` for compatibility with PEP 740 --- CHANGELOG.md | 4 ++-- docs/changelog.rst | 4 ++-- src/pypi_simple/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85282db..16fdcfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v1.6.1 (in development) ------------------------ +v1.6.1 (2024-10-23) +------------------- - `SUPPORTED_REPOSITORY_VERSION` increased to `"1.3"` for compatibility with PEP 740 diff --git a/docs/changelog.rst b/docs/changelog.rst index 903246d..7c1496a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,8 +3,8 @@ Changelog ========= -v1.6.1 (in development) ------------------------ +v1.6.1 (2024-10-23) +------------------- - `SUPPORTED_REPOSITORY_VERSION` increased to ``"1.3"`` for compatibility with :pep:`740` diff --git a/src/pypi_simple/__init__.py b/src/pypi_simple/__init__.py index d8eafd3..a681528 100644 --- a/src/pypi_simple/__init__.py +++ b/src/pypi_simple/__init__.py @@ -14,7 +14,7 @@ for more information. """ -__version__ = "1.6.1.dev1" +__version__ = "1.6.1" __author__ = "John Thorvald Wodder II" __author_email__ = "pypi-simple@varonathe.org" __license__ = "MIT"