Skip to content

Commit

Permalink
Merge pull request #150 from PagerDuty/version-1-7-2-bump
Browse files Browse the repository at this point in the history
Bumping patch version to 1.7.2.
  • Loading branch information
dobs authored May 1, 2020
2 parents 4ec6687 + d64a4e7 commit 70df5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdagent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# POSSIBILITY OF SUCH DAMAGE.
#

__version__ = "1.7.1"
__version__ = "1.7.2"

def enum(*sequential, **named):
enums = dict([x[::-1] for x in enumerate(sequential)], **named)
Expand Down

0 comments on commit 70df5a5

Please sign in to comment.