From 4bb9c78cbfb0819833f4c4200d6934411511ce16 Mon Sep 17 00:00:00 2001
From: demis <demis.john@gmail.com>
Date: Fri, 8 May 2020 16:38:55 -0700
Subject: [PATCH] version bump to 1.2.0

---
 ASML_JobCreator/__version.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ASML_JobCreator/__version.py b/ASML_JobCreator/__version.py
index d77a707..a4d982b 100644
--- a/ASML_JobCreator/__version.py
+++ b/ASML_JobCreator/__version.py
@@ -11,9 +11,9 @@
 Demis D. John, Univ. of California Santa Barbara; Nanofabrication Facility; 2019
 
 """
-version = '1.1.1'   # version number.  x.x.A for minor updates, before pushing to x.A version.  A.x.x is for major changes that are significantly not backwards compatible.
+version = '1.2.0'   # version number.  x.x.A for minor updates, before pushing to x.A version.  A.x.x is for major changes that are significantly not backwards compatible.
 
-versiondate = "2020-04-17"   # date this version number was updated
+versiondate = "2020-05-08"   # date this version number was updated
 
 author = "Demis D. John, UCSB Nanofab"