Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillard committed Oct 22, 2024
1 parent 710afd9 commit b5eaee4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.2.2
-----

- Change json to js for data files

0.2.1
-----

Expand Down
2 changes: 1 addition & 1 deletion sphinx_visualised/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from collections import Counter
from pathlib import Path

__version__ = "0.2.1"
__version__ = "0.2.2"

def setup(app):
app.connect("doctree-resolved", get_links)
Expand Down

0 comments on commit b5eaee4

Please sign in to comment.