diff --git a/RELEASE.txt b/RELEASE.txt index bb99fea..72fee22 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1 +1 @@ -7.1.0-a \ No newline at end of file +7.1.5-a \ No newline at end of file diff --git a/VERSION.txt b/VERSION.txt index 69adf34..a52e7a4 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -7.1.5 +7.1.5 \ No newline at end of file diff --git a/scripttease/version.py b/scripttease/version.py index ed95fcd..8531991 100644 --- a/scripttease/version.py +++ b/scripttease/version.py @@ -1,7 +1,7 @@ -DATE = "2023-09-12" -VERSION = "7.1.1" +DATE = "2024-04-11" +VERSION = "7.1.5" MAJOR = 7 MINOR = 1 -PATCH = 1 +PATCH = 5 STATUS = "a"