diff --git a/VERSION b/VERSION index eb61c13e..e88ab54c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.1-develop100 +1.15.1-develop101 diff --git a/docs/conf.py b/docs/conf.py index 7d078020..820f2818 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ author = "Nathan Taggart" copyright = f"{datetime.datetime.now().year}" # The full version, including alpha/beta/rc tags -with open("VERSION") as f: +with open("../VERSION") as f: release = f.readline()