Skip to content

Commit

Permalink
release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed May 16, 2021
1 parent 23420af commit a984b3e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/source/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======== ===========
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <schetino72>",
Expand Down
2 changes: 1 addition & 1 deletion sphinx_press_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion sphinx_press_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ sidebars = util/searchbox.html, util/sidetoc.html
[options]
analytics_id =
external_links =
press_version = 0.7.1
press_version = 0.7.2

0 comments on commit a984b3e

Please sign in to comment.