Skip to content

Commit 09b269c

Browse files
committed
chore: update changelog for v1.13.1 and increment version to 1.13.1
1 parent cd3ea35 commit 09b269c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# AnyPyTools Change Log
22

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+
39

410
## v1.13.0
511

anypytools/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"NORMAL_PRIORITY_CLASS",
3737
]
3838

39-
__version__ = "1.13.0"
39+
__version__ = "1.13.1"
4040

4141

4242
def print_versions():

0 commit comments

Comments
 (0)