We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba59d5 commit f60326dCopy full SHA for f60326d
1 file changed
conf.py
@@ -152,14 +152,14 @@ def tagged_commit():
152
153
current_year = os.environ.get("YEAR", datetime.now().year)
154
155
-ams_version = os.environ.get("AMS_VERSION", "7.3.4")
+ams_version = os.environ.get("AMS_VERSION", "7.4")
156
if not re.match("^\d\.\d\.\d", ams_version):
157
raise ValueError("Wrong format for AMS version, environment variable")
158
ams_version_short = ams_version.rpartition(".")[0]
159
ams_version_x = ams_version_short + ".x"
160
161
162
-ammr_version = os.environ.get("AMMR_VERSION", "2.3.4")
+ammr_version = os.environ.get("AMMR_VERSION", "2.4")
163
if not re.match("^\d\.\d\.\d", ammr_version):
164
raise ValueError("Wrong format for AMMR version, environment variable")
165
ammr_version_short = ammr_version.rpartition(".")[0]
0 commit comments