invl / retry

easy to use retry decorator in python
Other
709 stars 114 forks source link

Does this project follow semantic versioning? #33

Open alvassin opened 4 years ago

alvassin commented 4 years ago

What is the best way to specify this project in requirements? Can i use this project with ~= operator and specify it like retry~=0.9.2?

From one hand, this library has early version, but from another, i see that some files are 3 years old, so it looks pretty mature. So, does this project follow semver, where version consists of the MAJOR.MINOR.PATCH segments (described below)?

If it is, don't you mind to add this information to README/CHANGELOG (so, others could find answer for this question quickly)?