Skip to content

Commit

Permalink
Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Mar 23, 2024
1 parent b403509 commit 83e343f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
Changes
=======

1.0.0 (*XXXX-XX-XX*)
0.9.1 (*2024-03-22*)
====================

- GH-54 Add dark mode feature from [Mister-Hope's vuepress PR]("https://github.com/vuejs/vuepress/pull/2301")
- Fix Sphinx 7 compatibility


0.9.0 (*2024-03-XX*)
0.9.0 (*2024-03-21*)
====================

- Add Sphinx 7 compatibility
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.9'
# The full version, including alpha/beta/rc tags
release = '0.9.0'
release = '0.9.1'


# -- 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.9.0",
version="0.9.1",
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, 9, 0)
__version__ = (0, 9, 1)


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.9.0
press_version = 0.9.1
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sphinx_press_theme",
"version": "0.9.0",
"version": "0.9.1",
"license": "CC-BY-4.0",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 83e343f

Please sign in to comment.