diff --git a/DEPENDENCIES b/DEPENDENCIES index 3d11631..6800359 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -1,6 +1,6 @@ # 1st Party Dependencies ## Prefer git tags instead of SHA hashes when possible. -pEpEngine=v3.2.0-RC27 -libpEpAdapter= v3.2.0-RC5 -libpEpCxx=v3.2.0-RC1 +pEpEngine=v3.2.1 +libpEpAdapter=v3.2.0 +libpEpCxx=v3.2.0 diff --git a/tests/model.py b/tests/model.py index 5724119..faf2caf 100644 --- a/tests/model.py +++ b/tests/model.py @@ -47,7 +47,7 @@ identities = \ class Identity: """ - An Identity class that is: + An Identity class that: - can represent pEp.Identity - is read-only (const) """