euske / pdfminer

Python PDF Parser (Not actively maintained). Check out pdfminer.six.
https://github.com/pdfminer/pdfminer.six
MIT License
5.23k stars 1.13k forks source link

adopt semantic versioning #50

Open catskul opened 10 years ago

catskul commented 10 years ago

When pdfminer changes, it's impossible to know if it's likely to break the API. It would be nice if it used semantic versioning so that it was clear.

euske commented 10 years ago

I'm not sure how much it helps. PDFMiner is never meant to have a stable API in the first place, but it seems that more and more people are expecting it now. I'm still not decided how much I should be conservative.

catskul commented 10 years ago

Many thanks for your work on this project. The interest in versioning just goes to show how useful it's become : )