mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00:00
Bump version to 1.3.0rc1.dev1
This commit is contained in:
parent
a90805135d
commit
25b778aec0
@ -74,6 +74,7 @@ class CrashReport:
|
||||
report = self._client.captureException()
|
||||
except Exception as e:
|
||||
log.error("Can't send crash report to Sentry: {}".format(e))
|
||||
return
|
||||
log.info("Crash report sent with event ID: {}".format(self._client.get_ident(report)))
|
||||
|
||||
@classmethod
|
||||
|
@ -23,5 +23,5 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "1.3.0beta2"
|
||||
__version__ = "1.3.0rc1.dev1"
|
||||
__version_info__ = (1, 3, 0, -99)
|
||||
|
Loading…
Reference in New Issue
Block a user