Skip to content

Commit fd39eae

Browse files
author
Konrad Dysput
committed
Version 0.4.2
1 parent c2b2016 commit fd39eae

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.4.2
2+
3+
- Fixed a bug that can mark 2+ threads as a faulting thread (#26),
4+
- Added error annotations to the error reports (#27).
5+
16
# Version 0.4.1
27

38
- Added support for annotations in the client API (#23),

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="backtracepython",
14-
version="0.4.1",
14+
version="0.4.2",
1515
description="Backtrace.io error reporting tool for Python",
1616
author="Backtrace.io",
1717
author_email="team@backtrace.io",

0 commit comments

Comments
 (0)