From 438ee1a66ba71274b86acaa107958db28e20eed4 Mon Sep 17 00:00:00 2001 From: Randy Palamar Date: Tue, 30 Apr 2024 06:45:32 -0600 Subject: release 0.9 --- doc/Doxyfile | 2 +- doc/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/Doxyfile b/doc/Doxyfile index 2bb41b6..10a88d4 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Vis Editor" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.8 +PROJECT_NUMBER = 0.9 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/doc/conf.py b/doc/conf.py index 22bfa42..7788561 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -67,9 +67,9 @@ author = 'Marc André Tanner' # built documents. # # The short X.Y version. -version = '0.8' +version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.8' +release = '0.9' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.3