release: bump version to 2.4.2, update changelog

This commit is contained in:
Manuel Schmid
2024-06-05 21:58:51 +02:00
5 changed files with 14 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
import os
def makedirs_with_log(path):
try:
os.makedirs(path, exist_ok=True)