julen / translate forked from egparedes/translate

Toolkit assisting in the localization of software

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