From 28b66d7c6c981f267b7c5be91d56c4f3a062a63d Mon Sep 17 00:00:00 2001 From: TDKorn <96394652+TDKorn@users.noreply.github.com> Date: Sat, 10 Feb 2024 00:58:14 -0500 Subject: [PATCH] Bump to `v1.1.2` --- sphinx_github_style/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_github_style/__init__.py b/sphinx_github_style/__init__.py index f0feccb..0d3e072 100644 --- a/sphinx_github_style/__init__.py +++ b/sphinx_github_style/__init__.py @@ -8,7 +8,7 @@ from sphinx.errors import ExtensionError from typing import Dict, Any, Optional, Callable -__version__ = "1.1.1" +__version__ = "1.1.2" __author__ = 'Adam Korn ' from .add_linkcode_class import add_linkcode_node_class