diff --git a/README.md b/README.md index bf6a433..1b63e72 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Sphinx version compatibility |Sphinx |Press Theme| |-------|-----------| -|4.X | 0.7.1 | +|4.X | 0.7.2 | |3.X | 0.6.1 | |2.X | 0.5.1 | @@ -67,6 +67,17 @@ cd docs make clean html ``` +## Release + +Set version on: + +- setup.py +- sphinx_press_theme/__init__.py +- sphinx_press_theme/theme.conf +- README.md +- docs/source/conf.py +- docs/source/about.rst + ## Website diff --git a/docs/source/about.rst b/docs/source/about.rst index d1d5221..3f66b7c 100644 --- a/docs/source/about.rst +++ b/docs/source/about.rst @@ -27,7 +27,7 @@ Sphinx version compatibility: ======== =========== Sphinx Press Theme ======== =========== -4.X 0.7.1 +4.X 0.7.2 3.X 0.6.1 2.X 0.5.1 ======== =========== diff --git a/docs/source/conf.py b/docs/source/conf.py index f9e306f..ce211aa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '0.7' # The full version, including alpha/beta/rc tags -release = '0.7.1' +release = '0.7.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 7f7de78..b59b7c7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="sphinx_press_theme", - version="0.7.1", + version="0.7.2", url="https://schettino72.github.io/sphinx_press_site/", license="MIT", author="Eduardo Naufel Schettino ", diff --git a/sphinx_press_theme/__init__.py b/sphinx_press_theme/__init__.py index 805c583..3cb7df4 100644 --- a/sphinx_press_theme/__init__.py +++ b/sphinx_press_theme/__init__.py @@ -5,7 +5,7 @@ from sphinx import addnodes from sphinx.util.osutil import relative_uri -__version__ = (0, 7, 1) +__version__ = (0, 7, 2) class SimpleTocTreeCollector(EnvironmentCollector): diff --git a/sphinx_press_theme/theme.conf b/sphinx_press_theme/theme.conf index 915c5fc..fc5ae45 100644 --- a/sphinx_press_theme/theme.conf +++ b/sphinx_press_theme/theme.conf @@ -7,4 +7,4 @@ sidebars = util/searchbox.html, util/sidetoc.html [options] analytics_id = external_links = -press_version = 0.7.1 \ No newline at end of file +press_version = 0.7.2 \ No newline at end of file