From 8ea1a771868c2d329d8eadd9ec433a9b5c4c6392 Mon Sep 17 00:00:00 2001 From: ingvar1995 Date: Sat, 6 May 2017 19:35:24 +0300 Subject: [PATCH] version++ --- docs/contributing.md | 4 +++- toxygen/util.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/contributing.md b/docs/contributing.md index dd3e439..4da55c7 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -4,7 +4,7 @@ Help us find all bugs in Toxygen! Please provide following info: - OS - Toxygen version -- Toxygen executable info - .py or precompiled binary, how was it installed in system +- Toxygen executable info - python executable (.py), precompiled binary, from package etc. - Steps to reproduce the bug Want to see new feature in Toxygen? [Ask for it!](https://github.com/toxygen-project/toxygen/issues) @@ -15,6 +15,8 @@ Developer? Feel free to open pull request. Our dev team is small so we glad to g Don't know what to do? Improve UI, fix [issues](https://github.com/toxygen-project/toxygen/issues) or implement features from our TODO list. You can find our TODO's in code, issues list and [here](/README.md). Also you can implement [plugins](/docs/plugins.md) for Toxygen. +Note that we have a lot of branches for different purposes. Master branch is for stable versions (releases) only, so I recommend to open PR's to develop branch. Development of next Toxygen version usually goes there. Other branches used for implementing different tasks such as file transfers improvements or audio calls implementation etc. + # Translations Help us translate Toxygen! Translation can be created using pyside-lupdate (``pyside-lupdate toxygen.pro``) and QT Linguist. diff --git a/toxygen/util.py b/toxygen/util.py index f5cff4e..468884b 100644 --- a/toxygen/util.py +++ b/toxygen/util.py @@ -6,7 +6,7 @@ import shutil import sys import re -program_version = '0.2.8' +program_version = '0.2.9' def cached(func):