public
Fork of egparedes/translate
Description: Toolkit assisting in the localization of software
Homepage: http://translate.sourceforge.net/wiki/toolkit/index
Clone URL: git://github.com/julen/translate.git
translate / __version__.py
100644 6 lines (5 sloc) 0.124 kb
1
2
3
4
5
6
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""this file contains the version of translate"""
ver = "1.2.0"
build = 12001