Skip to content

Commit

Permalink
Release v2.2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Apr 27, 2022
1 parent 1837850 commit 99813b3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 2.2.32 27/04/2022

* Docker: load custom interface files from /etc/network/interfaces (commented by default). Ref #2052
* Release web UI 2.2.32
* Create `/etc/network/interfaces.d` in Docker container. Fixes #2052
* Prettify Docker '/etc/network/interfaces' file. Ref #2040
* Use public DSNs for Sentry
* Fix VMware Fusion VM does not start on macOS >= 11. Fixes #2027
* Include conf file in MANIFEST.in Ref #2044
* Use Python 3.7 to publish API documentation
* Development on 2.2.32dev1

## 2.2.31 26/02/2022

* Install setuptools v59.6.0 when using Python 3.6
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://8f474628c1e44d0799140ccf05c486b8@o19455.ingest.sentry.io/38482"
DSN = "https://57f6b1102b6a4985a8e93aed51e19b8b@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.32dev1"
__version_info__ = (2, 2, 32, 99)
__version__ = "2.2.32"
__version_info__ = (2, 2, 32, 0)

if "dev" in __version__:
try:
Expand Down

0 comments on commit 99813b3

Please sign in to comment.