From acdfd53a4c09dceb5a1effd45d2e4571c01e779f Mon Sep 17 00:00:00 2001 From: Jorge Martinez Date: Thu, 5 Dec 2024 14:43:04 +0100 Subject: [PATCH] release: v1.2.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 922ebf67..dcd8766f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "ansys-sphinx-theme" -version = "1.2.2" +version = "1.2.3" description = "A theme devised by ANSYS, Inc. for Sphinx documentation." readme = "README.rst" requires-python = ">=3.10,<4"