There was an error while loading. Please reload this page.
1 parent e31a2cd commit 32bb6d0Copy full SHA for 32bb6d0
1 file changed
python/test/unit/common/test_version.py
@@ -12,10 +12,10 @@
12
def test_version():
13
"""Test that installed Python version matches C++ version.
14
15
- C++ DOLFINx follows `major.minor.patch` with a development version
16
- denoted `major.minor.patch.0`.
+ C++ DOLFINx follows `major.minor.micro` with a development version
+ denoted `major.minor.micro.0`.
17
18
- Python DOLFINx follows `major.minor.patch` with the append of `.devx`
+ Python DOLFINx follows `major.minor.micro` with the append of `.devx`
19
and `.postx` denoting development and post-release.
20
"""
21
cpp_version = parse(dolfinx.cpp.__version__)
0 commit comments