twisted / incremental

A library for versioning your Python projects.
Other
139 stars 22 forks source link

"A CalVer version manager that anticipates the future" #112

Closed twm closed 3 months ago

twm commented 3 months ago

This gives Incremental a new tagline:

A CalVer version manager that anticipates the future.

This highlights Incremental's two primary features:

I added a set of bullet points high up in the readme that highlight what Incremental does. This was partially inspired by Versioneer's theory of operation.


Add a preamble to the readme that clarifies Incremental's purpose. Fixes #2, hopefully.

Update the badges in the readme. Fixes #105.

twm commented 3 months ago

Thank you for the review @adiroiban!