tomerfiliba-org / reedsolomon

⏳🛡 Pythonic universal errors-and-erasures Reed-Solomon codec to protect your data from errors and bitrot. Includes a future-proof zero-dependencies pure-python implementation 🔮 and an optional speed-optimized Cython/C extension 🚀
http://pypi.python.org/pypi/reedsolo
Other
358 stars 86 forks source link

Missing tag for 1.7.0 #55

Closed mgorny closed 1 year ago

mgorny commented 1 year ago

Could you please push the tag for 1.7.0 release? We use tags to make Gentoo packages here.

lrq3000 commented 1 year ago

@mgorny Ah sorry I forgot to make a release, I did not know tags were used for builds. I have now written a BUILD.txt file so that I won't forget these steps in the future, and tag v1.7.0 is now pushed, thank you for letting me know!

mgorny commented 1 year ago

Thank you!