Skip to content

Commit

Permalink
Release v2.2.31
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Feb 26, 2022
1 parent 8f82eac commit 6b5a6f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.31 26/02/2022

* Install setuptools v59.6.0 when using Python 3.6

## 2.2.30 25/02/2022

* Set setuptools to v60.6.0
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://af4a41ed50244ecdbbb3859a45a24156:cd25030a0d7049c58a76b39c2fd5cb05@o19455.ingest.sentry.io/38506"
DSN = "https://3af06592e0804039befaae43066b8fb8:73e4b6fd709e4622a60c86ac5ece632d@o19455.ingest.sentry.io/38506"
_instance = None

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

__version__ = "2.2.31dev1"
__version_info__ = (2, 2, 31, 99)
__version__ = "2.2.31"
__version_info__ = (2, 2, 31, 0)

if "dev" in __version__:
try:
Expand Down

0 comments on commit 6b5a6f3

Please sign in to comment.