From 13d9ff5c2ed72cf9853934409b88db863bac34e8 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 14 Mar 2023 14:17:54 +0000 Subject: [PATCH] Use a two-part version number Three sections is a bit much for our needs --- CHANGES.rst | 2 +- sphinxcontrib/jquery/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 26f9179..5a27a0d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -Release 4.0.0 (24/01/2023) +Release 4.0 (14/03/2023) ========================== * Enforcing `subresource integrity`_ (SRI) checks breaks loading rendered diff --git a/sphinxcontrib/jquery/__init__.py b/sphinxcontrib/jquery/__init__.py index 3ac504a..c14ffa8 100644 --- a/sphinxcontrib/jquery/__init__.py +++ b/sphinxcontrib/jquery/__init__.py @@ -3,8 +3,8 @@ import sphinx -__version__ = "4.0.0" -version_info = (4, 0, 0) +__version__ = "4.0" +version_info = (4, 0) _ROOT_DIR = path.abspath(path.dirname(__file__)) _FILES = (