summaryrefslogtreecommitdiff
path: root/update_version.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix update_version.sh to follow Black-style formattingSybren A. Stüvel2021-11-241-2/+2
|
* Update `update_version.sh` to use PoetrySybren A. Stüvel2021-02-241-2/+2
|
* Moving back to Pipenv to manage dependenciesSybren A. Stüvel2020-06-111-3/+2
| | | | | | | | | | | | | 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.
* Added update_version.sh scriptSybren A. Stüvel2019-08-041-0/+19
This script updates the Python-RSA version number in various places.