furious-luke / django-address

A Django address model and field. Addresses may be specified by address components or by performing an automatic Google Maps lookup.
BSD 3-Clause "New" or "Revised" License
431 stars 181 forks source link

Use bump2version for automatically bumping version numbers #150

Open furious-luke opened 3 years ago

furious-luke commented 3 years ago

Bump2version is a tool to assist in automatically implementing semver versioning. It might be nice to use it in our CI pipeline to automatically bump our versions.