diff --git a/ChangeLog.md b/ChangeLog.md index f23dd8e..3b2b134 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,11 @@ # Change Log +## [0.5.3] - 2024-11-28 + +- ReadTheDocs no longer provides versions in the context of the template. +- Update quick-start and version-dropdown documents. +- Update `versions.js` to display the `current_version` given in `conf.py`. + ## [0.5.2] - 2024-11-26 - Increase contrast for body-bg, pre-border-color, and border-color for the light color scheme, in all colorsets. diff --git a/package.json b/package.json index ee5be5e..59f9804 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sphinx-nefertiti", - "version": "0.5.2", + "version": "0.5.3", "private": true, "description": "Nefertiti is a theme for the Sphinx Documentation Generator.", "engines": { diff --git a/sphinx_nefertiti/__init__.py b/sphinx_nefertiti/__init__.py index c571ca6..fc95b98 100644 --- a/sphinx_nefertiti/__init__.py +++ b/sphinx_nefertiti/__init__.py @@ -6,7 +6,7 @@ from sphinx_nefertiti import colorsets, docsver, fonts, links, pygments -__version__ = "0.5.2" +__version__ = "0.5.3" pages_wo_index = ["genindex", "search"]