ODM2 / ODM2PythonAPI

A set of Python functions that provides data read/write access to an ODM2 database by leveraging SQLAlchemy.
http://odm2.github.io/ODM2PythonAPI/
BSD 3-Clause "New" or "Revised" License
4 stars 13 forks source link

Bump to version 0.6.0 #82

Closed ocefpaf closed 7 years ago

ocefpaf commented 7 years ago

@sreeder can you confirm if this version number is OK and merge?

PS: we can make use of versioneer in the future to simply this process. All that would be needed is a tag on GitHub and the version would be automatically updated. Let me know if that is OK.

ocefpaf commented 7 years ago

How do we use versioneer?

I will send a PR to add it as soon as I get back in office.

Basically, once we have versioneer, all we need to do is to tag the releases on GitHub and everything should propagate accordingly.

emiliom commented 7 years ago

Basically, once we have versioneer, all we need to do is to tag the releases on GitHub and everything should propagate accordingly.

Wow, that sounds very cool!