Skip to content

Commit

Permalink
Release v2.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Sep 4, 2020
1 parent 7b99ba3 commit 27c3532
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 2.2.13 04/09/2020

* No changes

## 2.2.12 07/08/2020

* Downgrade psutil to version 5.6.7
Expand Down
2 changes: 1 addition & 1 deletion gns3/crash_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class CrashReport:
Report crash to a third party service
"""

DSN = "https://19d5ca7c4cfe447b92ea140f78b01c35:fd234a69afcc490bb7ca37bbb3eefefd@o19455.ingest.sentry.io/38506"
DSN = "https://ecfc8b6de2384166a78f60faa57a365b:854abb2a55b048588bf56011de63a11c@o19455.ingest.sentry.io/38506"
_instance = None

def __init__(self):
Expand Down
6 changes: 3 additions & 3 deletions gns3/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "2.2.13dev1"
__version_info__ = (2, 2, 13, 99)
# If it's a git checkout try to add the commit
__version__ = "2.2.13"
__version_info__ = (2, 2, 13, 0) # If it's a git checkout try to add the commit

if "dev" in __version__:
try:
import os
Expand Down

0 comments on commit 27c3532

Please sign in to comment.