Browse Source

pEpEngine=v3.2.1

libpEpAdapter=v3.2.0
libpEpCxx=v3.2.0
Release_3.2 v3.2.0
heck 2 years ago
parent
commit
35d9e1e2ff
  1. 6
      DEPENDENCIES
  2. 2
      tests/model.py

6
DEPENDENCIES

@ -1,6 +1,6 @@
# 1st Party Dependencies # 1st Party Dependencies
## Prefer git tags instead of SHA hashes when possible. ## Prefer git tags instead of SHA hashes when possible.
pEpEngine=v3.2.0-RC27 pEpEngine=v3.2.1
libpEpAdapter= v3.2.0-RC5 libpEpAdapter=v3.2.0
libpEpCxx=v3.2.0-RC1 libpEpCxx=v3.2.0

2
tests/model.py

@ -47,7 +47,7 @@ identities = \
class Identity: class Identity:
""" """
An Identity class that is: An Identity class that:
- can represent pEp.Identity - can represent pEp.Identity
- is read-only (const) - is read-only (const)
""" """

Loading…
Cancel
Save