We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b928cb2 commit 8e1e091Copy full SHA for 8e1e091
conf.py
@@ -136,7 +136,7 @@ def tagged_commit():
136
137
current_year = os.environ.get("YEAR", datetime.now().year)
138
139
-ams_version = os.environ.get("AMS_VERSION", "8.1.0")
+ams_version = os.environ.get("AMS_VERSION", "8.1.1")
140
if not re.match(r"^\d\.\d\.\d", ams_version):
141
raise ValueError("Wrong format for AMS version, environment variable")
142
ams_version_short = ams_version.rpartition(".")[0]
0 commit comments