Skip to content

Commit

Permalink
bump to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Jan 11, 2022
1 parent a0c4a8c commit 701df48
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.3.1 2021-01-11

- Irontec: implement queue management
- Irontec: Fix: default queues not hardcoded cli tools
- Irontec: Fix: cli forced int queue

## 4.3.0 2021-01-10

- First version Irontec PBX Backend
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.3.0",
"version": "4.3.1",
"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.3.0'
__version__='4.3.1'

0 comments on commit 701df48

Please sign in to comment.