diff --git a/CHANGELOG.md b/CHANGELOG.md index b91271d..a856b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Changelog ========= -## TBD +## v4.7.1 (2024-05-22) ### Bug fixes diff --git a/bugsnag/notifier.py b/bugsnag/notifier.py index 2628441..6f011f0 100644 --- a/bugsnag/notifier.py +++ b/bugsnag/notifier.py @@ -1,5 +1,5 @@ _NOTIFIER_INFORMATION = { 'name': 'Python Bugsnag Notifier', 'url': 'https://github.com/bugsnag/bugsnag-python', - 'version': '4.7.0' + 'version': '4.7.1' } diff --git a/setup.py b/setup.py index 1f821ce..ddd999a 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='bugsnag', - version='4.7.0', + version='4.7.1', description='Automatic error monitoring for django, flask, etc.', long_description=__doc__, author='Simon Maynard',