From b1711747ed8699f1255943bcbef7378c5c1ca6dd Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Sat, 7 Sep 2024 04:51:18 -0400 Subject: [PATCH] build: PEP 625 hyphen/underscore mismatch causing skip-existing to error instead of warn. --- docs/changelog.rst | 5 +++++ docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index cdfdb85..92b03a1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +0.0.10 (2024-09-07) +------------------- + +- Release to workaround PyPI issues. + 0.0.9 (2023-06-06) ------------------ diff --git a/docs/conf.py b/docs/conf.py index d05a975..55027dc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = "Open Contracting Partnership" # The short X.Y version -version = "0.0.9" +version = "0.0.10" # The full version, including alpha/beta/rc tags release = version diff --git a/pyproject.toml b/pyproject.toml index 442da88..dc557c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sphinxcontrib-opencontracting" -version = "0.0.9" +version = "0.0.10" authors = [{name = "Open Contracting Partnership", email = "data@open-contracting.org"}] description = "Provides Sphinx directives for the documentation of the Open Contracting Data Standard" readme = "README.rst"