Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Aug 29, 2024
1 parent 8871be3 commit 3a2d073
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/besapi/besapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from lxml import etree, objectify
from pkg_resources import resource_filename

__version__ = "3.3.3"
__version__ = "3.4.1"

besapi_logger = logging.getLogger("besapi")

Expand Down
2 changes: 1 addition & 1 deletion src/besapi/plugin_utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def setup_plugin_logging(log_file_path="", verbose=0, console=True):

if not log_file_path or log_file_path == "":
log_file_path = os.path.join(
get_invoke_folder(verbose), get_invoke_file_name() + ".log"
get_invoke_folder(verbose), get_invoke_file_name(verbose) + ".log"
)

# set different log levels:
Expand Down

0 comments on commit 3a2d073

Please sign in to comment.