1
0
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:
grossmj 2015-03-13 22:42:25 -06:00
parent a90805135d
commit 25b778aec0
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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)