We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3ea35 commit 09b269cCopy full SHA for 09b269c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# AnyPyTools Change Log
2
3
+## v1.13.1
4
+
5
+**Fixed:**
6
+* Permission problems removing log files no longer causes a error message, but is silently ignored.
7
+ Hence, it doesn't cause a simulation to appear as failed to external tools.
8
9
10
## v1.13.0
11
anypytools/__init__.py
@@ -36,7 +36,7 @@
36
"NORMAL_PRIORITY_CLASS",
37
]
38
39
-__version__ = "1.13.0"
+__version__ = "1.13.1"
40
41
42
def print_versions():
0 commit comments