Skip to content

Commit

Permalink
v9.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Jan 22, 2024
1 parent 0c9f687 commit 81a1707
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

**9.4.4** (2024-01-22)
* Downgraded sphinx to 7.1.* for Python 3.8 compatability

**9.4.3** (2024-01-22)
* Updated sphinx packages

Expand Down
2 changes: 1 addition & 1 deletion ambient_toolbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Python toolbox of Ambient Digital containing an abundance of useful tools and gadgets."""

__version__ = "9.4.3"
__version__ = "9.4.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dev = [
'coverage~=7.3',
'pre-commit~=3.5',
'ruff~=0.1.7',
'sphinx~=7.2',
'sphinx~=7.1',
'sphinx-rtd-theme~=2.0',
'm2r2==0.3.3.post2',
'mistune<2.0.0',
Expand Down

0 comments on commit 81a1707

Please sign in to comment.