From 86a99091457152bdbd2d01c34075e7450907a6cd Mon Sep 17 00:00:00 2001 From: bikegeek <3753118+bikegeek@users.noreply.github.com> Date: Fri, 11 Mar 2022 14:27:47 -0700 Subject: [PATCH] Update conf.py forgot to update version --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9e85ef82..768cee7a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = '2022, NCAR' author = 'UCAR/NCAR, NOAA, CSU/CIRA, and CU/CIRES' author_list = 'Win-Gildenmeister, M., T. Burek, H. Fisher, D. Adriaansen, C. Kalb, D. Fillmore, T. Jensen and L. Goodrich' -version = 'develop' +version = '1.1.0' verinfo = version release = f'{version}' release_year = '2022'