Skip to content

Commit

Permalink
Release v3.0.0a5
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Oct 27, 2023
1 parent 3dfba11 commit 8d58898
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.0.0a5 27/10/2023

* Upgrade to actions/checkout@v3 and actions/setup-python@v3
* Fix cannot change default VLAN for an access port for builtin Ethernet switch. Fixes #3528
* Add Qemu IGB network device

## 3.0.0a4 18/10/2023

* New packaging relying only pyproject.toml
Expand Down
2 changes: 1 addition & 1 deletion gns3/crash_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class CrashReport:
Report crash to a third party service
"""

DSN = "https://9cdd3705cb34fcac85532e023022f089@o19455.ingest.sentry.io/38506"
DSN = "https://f1752c22a8fb159786c8dc37692733d6@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__ = "3.0.0.dev9"
__version_info__ = (3, 0, 0, 99)
__version__ = "3.0.0a5"
__version_info__ = (3, 0, 0, -99)

if "dev" in __version__:
try:
Expand Down

0 comments on commit 8d58898

Please sign in to comment.