Skip to content

Commit

Permalink
Merge pull request #11 from surface-security/develop
Browse files Browse the repository at this point in the history
v0.0.4
  • Loading branch information
peterbppb committed Mar 28, 2024
2 parents 02d30e2 + c9e0e93 commit 089114a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion logbasecommand/__init__.py
@@ -1 +1 @@
__version__ = "0.0.3"
__version__ = "0.0.4"
4 changes: 2 additions & 2 deletions logbasecommand/base.py
Expand Up @@ -56,8 +56,8 @@ def execute(self, *args, **options):
self.logger.setLevel(
[
logging.ERROR,
max(self.logger.getEffectiveLevel(), logging.INFO),
logging.DEBUG,
logging.INFO,
logging.WARNING,
logging.DEBUG,
][self.verbosity]
)
Expand Down
2 changes: 1 addition & 1 deletion testapp/requirements.txt
Expand Up @@ -2,4 +2,4 @@
pytest==6.2.5
pytest-cov==2.12.1
pytest-django==4.4.0
black==20.8b1
black==24.3.0

0 comments on commit 089114a

Please sign in to comment.