Skip to content

Commit

Permalink
bump to 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Aug 18, 2022
1 parent 16be429 commit 8ddb0aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "somenergia-tomatic",
"version": "4.6.2",
"version": "4.7.0",
"description": "Phone Support helper",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tomatic/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='4.6.2'
__version__='4.7.0'

0 comments on commit 8ddb0aa

Please sign in to comment.