Release v2.2.52

This commit is contained in:
grossmj
2024-12-02 11:14:23 +10:00
parent c604ff70c7
commit 804b871cd6
3 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Change Log
## 2.2.52 02/12/2024
* Add iol extension filter. Ref #3664
* Remove maximum 64GB RAM limitation for QEMU VMs. Fixes #3658
* Bring to front support for consoles on Linux.
* Relax setuptools requirement to allow for easier Debian packaging on Ubuntu Focal & Jammy
## 2.2.51 07/11/2024
* Python 3.13 support

View File

@@ -50,7 +50,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://1d34173f3470d2bd89c355deccbc9c40@o19455.ingest.us.sentry.io/38506"
DSN = "https://8a3db3ada69cd1c9817eafd87b400846@o19455.ingest.us.sentry.io/38506"
_instance = None
def __init__(self):

View File

@@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.52.dev1"
__version_info__ = (2, 2, 52, 99)
__version__ = "2.2.52"
__version_info__ = (2, 2, 52, 0)
if "dev" in __version__:
try: