Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rt2ms_py3
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Public
PASSOFT
rt2ms_py3
Commits
13190bfe
Commit
13190bfe
authored
1 year ago
by
Maeva Pourpoint
Browse files
Options
Downloads
Patches
Plain Diff
Update version number in main module
parent
c287db4f
No related branches found
Branches containing commit
No related tags found
1 merge request
!26
Update version number in main module
Pipeline
#3273
passed with stage
Stage: Static Analysis and Test
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rt2ms_py3/rt2ms_py3.py
+1
-1
1 addition, 1 deletion
rt2ms_py3/rt2ms_py3.py
with
1 addition
and
1 deletion
rt2ms_py3/rt2ms_py3.py
+
1
−
1
View file @
13190bfe
...
...
@@ -20,7 +20,7 @@ from typing import List, Optional, Tuple
from
rt2ms_py3.parameter_file
import
Parameters
from
rt2ms_py3.rt130_files
import
Rt130CfDir
PROG_VERSION
=
'
202
2
.4.1.0
'
PROG_VERSION
=
'
202
3
.4.1.0
'
# Read logging config file
log_file_path
=
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
)),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment