From 8ddb0aa24aebd98339cf3e750438de1f4309e5ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Thu, 18 Aug 2022 02:37:13 +0200 Subject: [PATCH] bump to 4.7.0 --- CHANGES.md | 7 +++++-- package.json | 2 +- tomatic/__init__.py | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 48964b6d8..ba5866b70 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,13 +1,16 @@ # Changelog -## Unreleased +## 4.7.0 2022-08-18 -- Cool unicode icons on the menu - Cron job to schedule timetables weekly - Day search order can be set from the timetable planner +- Fix: Call log JS exception when no user logged in - After setup resilience: - Resilient to a non existing persons.yaml after install - Resilient to a non existing execution dir +- Menu: + - New menu option for the user guides + - Cool unicode icons on the menu - Documentation: - Updated initial setup - How to circumvent `--fake` not working with `--debug` diff --git a/package.json b/package.json index 274158d54..f51664fc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "somenergia-tomatic", - "version": "4.6.2", + "version": "4.7.0", "description": "Phone Support helper", "main": "index.js", "scripts": { diff --git a/tomatic/__init__.py b/tomatic/__init__.py index d259c3c94..40dd77e4d 100644 --- a/tomatic/__init__.py +++ b/tomatic/__init__.py @@ -1 +1 @@ -__version__='4.6.2' +__version__='4.7.0'