From 07eb36fe1e2130c009cccb5b42f648389341b28e Mon Sep 17 00:00:00 2001 From: David Lord Date: Tue, 15 Oct 2024 18:10:51 -0700 Subject: [PATCH] release version 2.2.0 --- CHANGES.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index bbea07a..96885c3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Version 2.2.0 ------------- -Unreleased +Released 2024-10-15 - Get canonical URL from environment variable when building on Read the Docs. :pr:`117` diff --git a/pyproject.toml b/pyproject.toml index 6e2a79c..0b3d21c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Pallets-Sphinx-Themes" -version = "2.2.0.dev" +version = "2.2.0" description = "Sphinx themes for Pallets and related projects." readme = "README.md" license = { file = "LICENSE.txt" }