Skip to content

Commit

Permalink
Release v2.2.39
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed May 8, 2023
1 parent 68f9c55 commit d6ea546
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.2.39 08/05/2023

* Install web-ui v2.2.39
* Add generic function to install resource files
* Install empty Qemu disks on first start
* Check for colon in project name. Fixes #2203
* Upgrade distro and aiohttp dependencies

## 2.2.38 28/02/2023

* Bundle web-ui v2.2.38
Expand Down
2 changes: 1 addition & 1 deletion gns3server/crash_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class CrashReport:
Report crash to a third party service
"""

DSN = "https://4f6a87fd456f468ab0a87ecbc97ed8fb@o19455.ingest.sentry.io/38482"
DSN = "https://75db396c4c294ad7a05ff7e8804ae5b8@o19455.ingest.sentry.io/38482"
_instance = None

def __init__(self):
Expand Down
4 changes: 2 additions & 2 deletions gns3server/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.39.dev1"
__version_info__ = (2, 2, 39, 99)
__version__ = "2.2.39"
__version_info__ = (2, 2, 39, 0)

if "dev" in __version__:
try:
Expand Down

0 comments on commit d6ea546

Please sign in to comment.