aboutsummaryrefslogtreecommitdiff
path: root/update_version.sh
AgeCommit message (Collapse)Author
2020-06-11Moving back to Pipenv to manage dependenciesSybren A. Stüvel
Poetry breaks no-binary installations of the RSA library, which defeats the purpose of this library. See https://github.com/sybrenstuvel/python-rsa/issues/148 Among other changes, this reverts commit fcf5b7457c70426a242b17db20dd4e34e1055f69. I also added a workaround for an `ImportError` importing `zipp` on Python 3.5.
2019-08-04Added update_version.sh scriptSybren A. Stüvel
This script updates the Python-RSA version number in various places.