From 5bdc8b47c8e87817f63e1472cebe9c17f114057d Mon Sep 17 00:00:00 2001 From: Douglas Kerr Date: Tue, 25 Jul 2023 10:37:41 -0700 Subject: [PATCH] Update version strings for Release 1.2 --- CommunityView/confcvserver/confcvserver.sh | 2 +- CommunityView/src/communityview.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CommunityView/confcvserver/confcvserver.sh b/CommunityView/confcvserver/confcvserver.sh index 51aad1f..8096b15 100644 --- a/CommunityView/confcvserver/confcvserver.sh +++ b/CommunityView/confcvserver/confcvserver.sh @@ -28,7 +28,7 @@ # CommunityView software. # version of the confcvserver software -version="1.1.0" +version="1.2.0" . ./utils.sh #. ./confui.sh diff --git a/CommunityView/src/communityview.py b/CommunityView/src/communityview.py index 41225b4..954f9d1 100644 --- a/CommunityView/src/communityview.py +++ b/CommunityView/src/communityview.py @@ -26,7 +26,7 @@ # # ################################################################################ -version_string = "1.1.0" +version_string = "1.2.0" import os