-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Description
It seems that the github repository has 0.7.0 and the package on pypi has 0.6.2.
Do you have a plan to align the pypi with the current development soon? The version difference prevents me to use PublicKey() and KeyPair() classes in servicemanagement for configuring ssh keys.
For example, if I use PublicKey(), I have to do like this:
try:
# the line below works after 0.7.0
publickey = PublicKey(thumbprint, public_key_path)
except:
# for 0.6.2
publickey = PublicKey()
publickey.finger_print = thumbprint
publickey.path = public_key_path
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels