diff --git a/setup.py b/setup.py index 2953dcb0c06c..de6d15e0abc6 100755 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ MAJOR = 1 MINOR = 2 MICRO = 2 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)