version++

This commit is contained in:
ingvar1995 2017-05-06 19:35:24 +03:00
parent bf1bea1e93
commit 8ea1a77186
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -6,7 +6,7 @@ import shutil
import sys
import re
program_version = '0.2.8'
program_version = '0.2.9'
def cached(func):