From ec1c60cb4ccd79fac30d47b5a4b2b1fed7aa43f8 Mon Sep 17 00:00:00 2001 From: David Lord Date: Wed, 10 Nov 2021 09:58:43 -0800 Subject: [PATCH] release version 2.0.2 --- CHANGES.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8a5fbd1..852fad2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Version 2.0.2 ------------- -Unreleased +Released 2021-11-10 - Detect if Sphinx dirhtml builder is generating canonical URLs with ".html" and replace with the correct dir URL. :issue:`47` diff --git a/setup.cfg b/setup.cfg index e16f77c..6b97e16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Pallets-Sphinx-Themes -version = 2.0.2.dev0 +version = 2.0.2 url = https://github.com/pallets/pallets-sphinx-themes/ project_urls = Donate = https://palletsprojects.com/donate