diff --git a/pyproject.toml b/pyproject.toml index 176731cb..54986451 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sphinxawesome-theme" -version = "5.3.1" +version = "5.3.2" description = "An awesome theme for the Sphinx documentation generator" readme = "README.md" authors = ["Kai Welke "] diff --git a/src/theme-src/package.json b/src/theme-src/package.json index 6053a6f5..321fc03c 100644 --- a/src/theme-src/package.json +++ b/src/theme-src/package.json @@ -1,6 +1,6 @@ { "name": "sphinxawesome-theme", - "version": "5.3.1", + "version": "5.3.2", "scripts": { "build": "NODE_ENV=production webpack", "dev": "NODE_ENV=development webpack --watch --progress", diff --git a/tests/test_basic.py b/tests/test_basic.py index 2cf6a74c..254834c0 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -11,7 +11,7 @@ def test_returns_version() -> None: """It has the correct version.""" - assert sphinxawesome_theme.__version__ == "5.3.1" + assert sphinxawesome_theme.__version__ == "5.3.2" @pytest.mark.sphinx("dummy")