Skip to content

Commit 8b023d9

Browse files
committed
Bump version to v4.6.0
1 parent 71176aa commit 8b023d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bugsnag/notifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_NOTIFIER_INFORMATION = {
22
'name': 'Python Bugsnag Notifier',
33
'url': 'https://github.com/bugsnag/bugsnag-python',
4-
'version': '4.5.0'
4+
'version': '4.6.0'
55
}

setup.py

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

1515
setup(
1616
name='bugsnag',
17-
version='4.5.0',
17+
version='4.6.0',
1818
description='Automatic error monitoring for django, flask, etc.',
1919
long_description=__doc__,
2020
author='Simon Maynard',

0 commit comments

Comments
 (0)