Skip to content

Commit

Permalink
Merge pull request #105 from PagerDuty/v5.0.2-http-error-message-type…
Browse files Browse the repository at this point in the history
…error

v5.0.2 Release
  • Loading branch information
Deconstrained committed May 17, 2023
2 parents dd2a7f0 + 8a0be92 commit 3929adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdpyras.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from urllib3.exceptions import HTTPError, PoolError
from requests.exceptions import RequestException

__version__ = '5.0.1'
__version__ = '5.0.2'

#######################
### CLIENT DEFAULTS ###
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = '5.0.1'
__version__ = '5.0.2'

if __name__ == '__main__':
setup(
Expand Down

0 comments on commit 3929adb

Please sign in to comment.