diff --git a/server/documentation/conf.py b/server/documentation/conf.py index 8ec0fb4..19cea01 100644 --- a/server/documentation/conf.py +++ b/server/documentation/conf.py @@ -20,13 +20,13 @@ # -- Project information ----------------------------------------------------- project = 'Corvus' -copyright = '2018, Drew Short' +copyright = '2019, Drew Short' author = 'Drew Short' # The short X.Y version -version = '2018.8' +version = '2019.10' # The full version, including alpha/beta/rc tags -release = '2018.8.1' +release = '2019.10.1' # -- General configuration ---------------------------------------------------