From 223b8e023904806cd90cff89faf1839150ba511f Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Tue, 11 Jan 2022 11:41:13 -0500 Subject: [PATCH] Bump version and update changelog --- README.rst | 2 +- sphinx_issues.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0eb4572..150a922 100644 --- a/README.rst +++ b/README.rst @@ -153,7 +153,7 @@ MIT licensed. See the bundled `LICENSE ' requires string as left operand, not type`. diff --git a/sphinx_issues.py b/sphinx_issues.py index caa92fc..e5a69c6 100644 --- a/sphinx_issues.py +++ b/sphinx_issues.py @@ -6,7 +6,7 @@ from sphinx.config import Config from sphinx.util.nodes import split_explicit_title -__version__ = "3.0.0" +__version__ = "3.0.1" __author__ = "Steven Loria" __license__ = "MIT"