Skip to content

Commit

Permalink
v24.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Apr 11, 2024
1 parent 2a09532 commit 2b68399
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

**24.4.3 (2024-04-11)**
* Linting fixes 😎

**24.4.2 (2024-04-11)**
* Updated Changelog.md

Expand Down
2 changes: 1 addition & 1 deletion ambient_package_update/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Ambient package update tool for clean and swift maintenance"""

__version__ = "24.4.2"
__version__ = "24.4.3"
6 changes: 3 additions & 3 deletions ambient_package_update/metadata/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"pre-commit~=3.5",
"ruff~=0.1.7",
# Documentation
'sphinx~=7.1',
'sphinx-rtd-theme~=2.0',
'm2r2==0.3.3.post2',
"sphinx~=7.1",
"sphinx-rtd-theme~=2.0",
"m2r2==0.3.3.post2",
"mistune<2.0.0", # fixes a problem mit m2r2
# Release
"flit~=3.9",
Expand Down

0 comments on commit 2b68399

Please sign in to comment.