Skip to content

Commit

Permalink
Bump service version from 1.5.11 to 1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
fmrsabino committed Aug 19, 2022
1 parent 1cbc644 commit 4dc9b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_notification_service/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.5.11'
__version__ = '1.5.12'
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])

0 comments on commit 4dc9b2c

Please sign in to comment.