From 941e0e81da47efad9509cc7df3eff44f40de43c2 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 13 Jan 2024 02:48:14 +0000 Subject: [PATCH] Bump to 1.0.10 final --- CHANGES | 2 +- sphinxcontrib/serializinghtml/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 48c08f4..98dbc74 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Release 1.1.10 (unreleased) +Release 1.1.10 (2024-01-13) =========================== * Remove Sphinx as a required dependency, as circular dependencies may cause diff --git a/sphinxcontrib/serializinghtml/__init__.py b/sphinxcontrib/serializinghtml/__init__.py index 815705c..11301c4 100644 --- a/sphinxcontrib/serializinghtml/__init__.py +++ b/sphinxcontrib/serializinghtml/__init__.py @@ -13,8 +13,8 @@ from sphinxcontrib.serializinghtml import jsonimpl -__version__ = '1.1.9' -__version_info__ = (1, 1, 9) +__version__ = '1.1.10' +__version_info__ = (1, 1, 10) package_dir = path.abspath(path.dirname(__file__))