We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddcfd2 commit 7750c09Copy full SHA for 7750c09
2 files changed
docs/conf.py
@@ -104,7 +104,7 @@
104
# built documents.
105
#
106
# The short X.Y version.
107
-version = 'v6.1.2'
+version = 'v7.0.0'
108
109
# The language for content autogenerated by Sphinx. Refer to documentation
110
# for a list of supported languages.
source/objects/simulationClass.m
@@ -86,7 +86,7 @@
86
date = datetime % (`string`) Simulation date and time
87
gitCommit = [] % (`string`) GitHub commit
88
maxIt = [] % (`integer`) Total number of simulation time steps. Approximate for variable step solvers. Default = dependent
89
- wsVersion = '6.1.2' % (`string`) WEC-Sim version
+ wsVersion = '7.0.0' % (`string`) WEC-Sim version
90
end
91
92
methods
0 commit comments