From 87b263a7c2c1d5df92e0c9500d9c32295c7ae21f Mon Sep 17 00:00:00 2001 From: bacetiner Date: Wed, 13 Mar 2024 09:45:26 -0700 Subject: [PATCH 1/2] Updated the version number and list of authors --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6df57d5..b8ea780 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,11 +9,11 @@ project = 'BRAILS' copyright = f"{str(datetime.today().year)}, The Regents of the University of California" -author = 'Barbaros Cetiner, Chaofeng Wang, Frank McKenna, Sascha Hornauer, Yunhui Guo' +author = 'Barbaros Cetiner, Chaofeng Wang, Frank McKenna, Sascha Hornauer, Jinyan Zhao, Yunhui Guo' # The short X.Y version #version = '1.0' # The full version, including alpha/beta/rc tags -release = '3.0.0' +release = '3.1.1' rst_prolog = """ .. |app| replace:: BRAILS @@ -28,7 +28,7 @@ .. |short tool id| replace:: BRAILS .. |tool github link| replace:: `BRAILS Github page`_ .. _brails Github page: https://github.com/NHERI-SimCenter/BRAILS -.. |tool version| replace:: 3.0.0 +.. |tool version| replace:: 3.1.1 .. |SimCenter| replace:: `SimCenter`_ .. _SimCenter: https://simcenter.designsafe-ci.org/ From 6f341f80f1fb89e4e71ec6879b42641122f02cec Mon Sep 17 00:00:00 2001 From: bacetiner Date: Wed, 13 Mar 2024 09:46:02 -0700 Subject: [PATCH 2/2] Updated to pull version number from conf.py --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 20f0440..489b645 100755 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,7 +5,7 @@ |app| (|full tool name|) provides a set of Python modules that utilize deep learning (DL), and computer vision (CV) techniques to extract information from satellite and street level images. The |app| framework also provides turn-key applications allowing users to put individual modules together to determine multiple attributes in a single pass or train general-purpose image classification, object detection, or semantic segmentation models. -This document covers the features and capabilities of Version 3.1.1 of the tool. Users are encouraged to comment on what additional features and capabilities they would like to see in future versions of the application through the |messageBoard|. +This document covers the features and capabilities of Version |release| of the tool. Users are encouraged to comment on what additional features and capabilities they would like to see in future versions of the application through the |messageBoard|. .. _lbl-front-matter: