From de5082ef381f07d22c5a1a9b825e67aa69d1aa3a Mon Sep 17 00:00:00 2001 From: ingvar1995 Date: Mon, 4 Apr 2016 15:05:06 +0300 Subject: [PATCH] v 0.0.4 --- README.md | 4 ++-- src/util.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d139437..6898a72 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Toxygen is simple [Tox](https://tox.chat/) client written on pure Python 2.7 - [x] Proxy support - [x] File transfers - [x] Avatars +- [x] Multiprofile +- [x] Multilingual - [ ] Inline images - [ ] Sound notifications -- [ ] Multiprofile -- [ ] Multilingual - [ ] Audio ###Downloads diff --git a/src/util.py b/src/util.py index f41dd90..4169c7d 100644 --- a/src/util.py +++ b/src/util.py @@ -3,7 +3,7 @@ import time from platform import system -program_version = '0.0.3' +program_version = '0.0.4' def log(data):