Skip to content
Snippets Groups Projects
Commit 0e04e30c authored by Alexander Pace's avatar Alexander Pace
Browse files

Two changes:

1) Fixed a 500 Internal Server error when removing labels from events
   that do not exist. Basically the ValueError.message method was
   depreciated in python3; replaced it with a str(error).
2) Bumped version to 2.8.0
parent 30a19b94
No related branches found
No related tags found
1 merge request!29Python3
Pipeline #90304 passed