Skip to content

Commit

Permalink
0.3.7
Browse files Browse the repository at this point in the history
Change log:

Bump minimum python_requires='>=3.7'

selenium: fix logger
selenium: fix screenshot log
selenium: fix tests
selenium: fix tests to be headless
selenium: fix save_screenshot logging
selenium: fix ConfigChrome repr
selenium: fix logging

logger: add tests
logger: warn is depreciated
logger: fix proper logging and format
logger: support all logging attributes

github actions: add python 3.12
github actions: pin python 3.11
github actions: install chrome and chromedriver

airport: fix scan_xml data parsing
airport: fix logger

asyncio: fix logging
request: fix logging
instagram: fix logger
slack: fix logger
subprocess: fix logger
pypi: minimum python version >= 3.7
nmap: fix logger
neo4j: fix logger
sheets: fix logging for clear
soar: fix logger
  • Loading branch information
naisanzaa committed Oct 25, 2023
1 parent 54902cd commit 094bd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="automonisaur",
version="0.3.6",
version="0.3.7",
author="naisanza",
author_email="[email protected]",
description="Core libraries for automonisaur",
Expand Down

0 comments on commit 094bd7f

Please sign in to comment.