Compare commits

...

2 Commits

Author SHA1 Message Date
heck 94beb97b1f libpEpCxx=v3.2.1 2 years ago
heck 35d9e1e2ff pEpEngine=v3.2.1 2 years ago
  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.1

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