docopt / docopt.go

A command-line arguments parser that will make you smile.
http://docopt.org/
MIT License
1.43k stars 108 forks source link

Versioning of library #27

Closed jakubjedelsky closed 8 years ago

jakubjedelsky commented 9 years ago

I want to prepare a package for Fedora and have a question - how versions will go? Do you want to follow python development and use the same versions or just to code without regular releases? Both answers are right (it's for nice implementation only) :) I can see 0.6.1 tag which is one year old and I'm not sure how it will continue.

mboersma commented 9 years ago

I think it's most convenient to follow the python releases if possible, but we may have to bump the patch release number ahead of the python version at some point.