diff --git a/opi.changes b/opi.changes index cbc2f46..d2578b5 100644 --- a/opi.changes +++ b/opi.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Oct 11 10:08:35 UTC 2023 - Dominik Heidler + +- Version 3.6.0 +- Increase timeouts in testsuite and improve output +- test: remove yandex-disk from multi-install test +- Run testsuite for (fake) MicroOS +- Fix repo URL generation for MicroOS and Leap Micro (fixes #158) +- Add multi package option +- Add ocenaudio audio editor (fixes #155) +- Ignore gpg check for unsigned pkgs (or pkgs without published key) + ------------------------------------------------------------------- Mon Sep 25 13:23:05 UTC 2023 - Dominik Heidler diff --git a/opi/version.py b/opi/version.py index 01bd03c..826cf62 100644 --- a/opi/version.py +++ b/opi/version.py @@ -1 +1 @@ -__version__ = '3.5.0' +__version__ = '3.6.0'