Skip to content

Commit 21c1acc

Browse files
committed
Release v3.0.0b3
1 parent 17c49d3 commit 21c1acc

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 3.0.0b3 19/05/2024
4+
5+
* Fix updating IOS router
6+
* Ensure Python >= 3.8 is used in pyproject.toml
7+
38
## 2.2.47 15/05/2024
49

510
* Remove maximum size for capture dialog. Ref #3576

gns3/crash_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class CrashReport:
5050
Report crash to a third party service
5151
"""
5252

53-
DSN = "https://5450a634dcf74dacf3f24800e31c4cf8@o19455.ingest.us.sentry.io/38506"
53+
DSN = "https://4c7f622318895db756d831ed45f65940@o19455.ingest.us.sentry.io/38506"
5454
_instance = None
5555

5656
def __init__(self):

gns3/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
# or negative for a release candidate or beta (after the base version
2424
# number has been incremented)
2525

26-
__version__ = "3.0.0.dev13"
27-
__version_info__ = (3, 0, 0, 99)
26+
__version__ = "3.0.0b3"
27+
__version_info__ = (3, 0, 0, -99)
2828

2929
if "dev" in __version__:
3030
try:

0 commit comments

Comments
 (0)