diff --git a/debian/changelog b/debian/changelog index e356382..78d83fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,11 @@ -python3-damaris (0.21) UNRELEASED; urgency=medium +python3-damaris (0.22) stable; urgency=medium * fixed autocomplete in the editor tabs + * added clipping warning on ADC overload, ADC bit-depth settable in config + * Accumulation object keeps track of job_ids + * get_result_by_index keeps common description - -- Markus Rosenstihl Sat, 04 Jul 2026 20:00:13 +0200 + -- Markus Rosenstihl Sun, 05 Jul 2026 14:09:34 +0200 python3-damaris (0.20) stable; urgency=medium diff --git a/src/damaris/__init__.py b/src/damaris/__init__.py index 9af9633..38da683 100644 --- a/src/damaris/__init__.py +++ b/src/damaris/__init__.py @@ -15,5 +15,5 @@ ## module contents # -__version__ = "0.21" +__version__ = "0.22" __all__=["experiments", "data", "gui"]