From 9c24c8b5d1afb8d37f2f7b36248fb166b4c28412 Mon Sep 17 00:00:00 2001 From: Shawn Davis Date: Thu, 18 Apr 2024 18:50:49 -0500 Subject: [PATCH] Bumped version. --- RELEASE.txt | 2 +- VERSION.txt | 2 +- scripttease/version.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE.txt b/RELEASE.txt index 72fee22..32d980a 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1 +1 @@ -7.1.5-a \ No newline at end of file +7.1.6-a \ No newline at end of file diff --git a/VERSION.txt b/VERSION.txt index a52e7a4..c32f54c 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -7.1.5 \ No newline at end of file +7.1.6 \ No newline at end of file diff --git a/scripttease/version.py b/scripttease/version.py index 8531991..bbc69c3 100644 --- a/scripttease/version.py +++ b/scripttease/version.py @@ -1,7 +1,7 @@ DATE = "2024-04-11" -VERSION = "7.1.5" +VERSION = "7.1.6" MAJOR = 7 MINOR = 1 -PATCH = 5 +PATCH = 6 STATUS = "a"