smarnach / pyexiftool

a Python library to communicate with an instance of Phil Harvey's excellent ExifTool command-line application.
Other
270 stars 111 forks source link

missing git tag / github release #13

Closed anthraxx closed 9 years ago

anthraxx commented 9 years ago

There are no git tags that result in github automatically creating a release tarball that can be used to download a specific version. I try to package your tool for a distribution and it would be awesome if you can push release tags like 0.1.29 or something like that so the upstream release tracking and distribution packaging is easier I think it may be in your interests :smile:

Currently I'm packaging it from HEAD as custom defined version 0.1.29 (the .29 are the current amount of commits). It would be incredibly awesome if you can push a tag which is greater or equal to that version numbers so its not recognized to be an older version :cry:

hope you push git tags soon, sincerely, anthraxx

smarnach commented 9 years ago

I added a tag named v0.2.0 -- hope that satisfies your requirements.

anthraxx commented 9 years ago

@smarnach wow, indeed, thank you very much! :+1: I'm packaging and maintaining your software for Arch Linux (AUR) :smile:

if you add new features or did lot of development don't forget to push a new tag, i'm watching for the tags and will update the package then! Thank you very much for this great software

smarnach commented 9 years ago

Thanks a lot! I plan to polish this a bit in the near future.