From 0fd51f9e477968f9e52c5862ea75a1973c20955e Mon Sep 17 00:00:00 2001 From: bikegeek <3753118+bikegeek@users.noreply.github.com> Date: Sun, 30 Jun 2024 20:18:48 -0600 Subject: [PATCH] Update conf.py ready for beta6 dev cycle --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e6869f5b..dbd6c749 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = '2024, NSF NCAR' author = 'UCAR/NSF NCAR, NOAA, CSU/CIRA, and CU/CIRES' author_list = 'Fisher, H., D. Adriaansen, C. Kalb, D. Fillmore, T. Jensen, L. Goodrich, M. Win-Gildenmeister and T. Burek' -version = 'v3.0.0-beta5' +version = 'v3.0.0-beta6-dev' verinfo = version release = f'{version}' release_year = '2024'