A new version 1.0.1 of python-steem was released today to pypi.
I updated also the steem-feedstock.
You can update to the newest version of python-steem by:
When using anaconda:
conda update steem
or when not using anaconda:
pip install -U steem
Since there is no official changelog provided, I will provide an inofficial one:
WrongMasterPasswordException - renamed WrongKEKException
MasterPassword - renamed KeyEncryptionKey
Wallet.unlock - pwd in signature changed to user_passphrase
Wallet.getPassword - changed to Wallet.getUserPassphrase
Wallet.changePassword - changed to Wallet.changeUserPassphrase
Storage.saveEncryptedMaster - changed to Storage.saveEncryptedKEK
Storage.getEncryptedMaster - changed to Storage.getEncryptedKEK
Storage.decryptEncryptedMaster - changed to Storage.decryptEncryptedKEK
Storage.newMaster - changed to Storage.newKEK
Storage.changePassword - changed to Storage.changePassphrase