Skip to content

Commit

Permalink
Intermediary release
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Dec 2, 2024
1 parent c50edb8 commit 4631e70
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sphinxawesome-theme"
version = "6.0.0"
version = "6.0.0b1"
description = "An awesome theme for the Sphinx documentation generator"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/theme-src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sphinxawesome-theme",
"version": "6.0.0",
"version": "6.0.0b1",
"private": true,
"scripts": {
"build": "webpack",
Expand Down
20 changes: 10 additions & 10 deletions src/theme-src/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

def test_returns_version() -> None:
"""It has the correct version."""
assert sphinxawesome_theme.__version__ == "6.0.0"
assert sphinxawesome_theme.__version__ == "6.0.0b1"


@pytest.mark.sphinx("dummy")
Expand Down
6 changes: 3 additions & 3 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4631e70

Please sign in to comment.