diff --git a/CHANGES.md b/CHANGES.md index 831961e16..52c518bcb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## 4.8.0 2022-11-02 + +- Limit the number of ningus on a turn + ## 4.7.5 2022-10-13 - Scheduler: Fixed getting odoo vacations diff --git a/package.json b/package.json index 7da00be4c..b583f4cdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "somenergia-tomatic", - "version": "4.7.5", + "version": "4.8.0", "description": "Phone Support helper", "main": "index.js", "scripts": { diff --git a/tomatic/__init__.py b/tomatic/__init__.py index 7c2bb8d02..600d12db3 100644 --- a/tomatic/__init__.py +++ b/tomatic/__init__.py @@ -1 +1 @@ -__version__='4.7.5' +__version__='4.8.0'