plangrid / pdf-annotate

Pure-python library for adding annotations to PDFs
MIT License
191 stars 45 forks source link

Bump to v0.8.0 and add some classifiers #42

Closed mjbryant closed 5 years ago

mjbryant commented 5 years ago

I want to test using Travis to release a new version. Bumping to v0.8.0 b/c Tom dropped support for py2 and I felt that warranted a minor bump.

ssheldonpg commented 5 years ago

If we're following proper semantic versioning, dropping support for Python v2 should be a major version bump as it breaks backwards compatibility.

mjbryant commented 5 years ago

I believe semver says that minor version bumps are allowed for breaking changes prior to a 1.0 release.

ssheldonpg commented 5 years ago

Yeah I guess you would have to prior to 1.0. Although should pdf-annotate be 1.0 now that it's being used in production?