Skip to content

Commit

Permalink
Bump version to 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Mar 4, 2024
1 parent 77e1174 commit e945a99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

## TBD
## v4.6.2 (2024-03-05)

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion bugsnag/notifier.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_NOTIFIER_INFORMATION = {
'name': 'Python Bugsnag Notifier',
'url': 'https://github.com/bugsnag/bugsnag-python',
'version': '4.6.1'
'version': '4.6.2'
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='bugsnag',
version='4.6.1',
version='4.6.2',
description='Automatic error monitoring for django, flask, etc.',
long_description=__doc__,
author='Simon Maynard',
Expand Down

0 comments on commit e945a99

Please sign in to comment.