Bug 1199115 - Release mozprofile 0.27. r=jgraham DONTBUILD

This commit is contained in:
Henrik Skupin 2015-08-27 10:30:53 +02:00
parent 41d87962b4
commit 2b8ca654a3

View File

@ -6,7 +6,7 @@ import sys
from setuptools import setup
PACKAGE_NAME = 'mozprofile'
PACKAGE_VERSION = '0.26'
PACKAGE_VERSION = '0.27'
# we only support python 2 right now
assert sys.version_info[0] == 2