From f9deef5cbcdb528e4c7ef485c2ff7f0e46485bc0 Mon Sep 17 00:00:00 2001 From: zssherman Date: Thu, 23 Sep 2021 12:18:27 -0500 Subject: [PATCH] REL: Release 1.11.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f861e5c65..ccb5bc99ca 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ MAJOR = 1 MINOR = 11 MICRO = 6 -ISRELEASED = False +ISRELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) SCRIPTS = glob.glob('scripts/*')