Skip to content

Commit 5102059

Browse files
chore: update dependencies (#384)
* chore: update dependencies * chore: try invalidating old caches by changing env_version to 3.0.0
1 parent a1a3e15 commit 5102059

2 files changed

Lines changed: 559 additions & 641 deletions

File tree

src/extensions/score_sphinx_bundle/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ def setup(app: Sphinx) -> dict[str, object]:
7171
app.setup_extension(e)
7272

7373
return {
74-
"version": "0.1",
74+
"version": "3.0.0",
7575
# Keep this in sync with the score_docs_as_code version in MODULE.bazel
76-
"env_version": 200, # 2.0.0
76+
"env_version": 300, # 3.0.0
7777
"parallel_read_safe": True,
7878
"parallel_write_safe": True,
7979
}

0 commit comments

Comments
 (0)