Skip to content

Commit

Permalink
v23.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Vedrilla committed Nov 3, 2023
1 parent 07559fc commit 9ef9a51
Show file tree
Hide file tree
Showing 3 changed files with 6 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

**23.10.7 (2023-11-03)**
* Fixed bug in coverage configuration

**23.10.6 (2023-11-03)**
* Replaced `black` formatter with `ruff format`
* Improved coverage configuration
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__ = "23.10.6"
__version__ = "23.10.7"
3 changes: 2 additions & 1 deletion ambient_package_update/templates/.coveragerc.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ omit =
setup.py,
*_test.py,
tests.py,
*tests*,
testapp/*
tests/*,
conftest.py

[report]
Expand Down

0 comments on commit 9ef9a51

Please sign in to comment.