karenc / db-migrator

GNU Affero General Public License v3.0
4 stars 5 forks source link

Add __version__ to dbmigrator #48

Closed karenc closed 7 years ago

karenc commented 7 years ago

There is currently no way of finding the version of the installed dbmigrator unless the version number is in the path (dbmigrator.__path__).

Include the version number as __version__ in __init__.py and use this version number in setup.py.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.003%) to 97.121% when pulling 306afb2af99ff8d335027533f88716313a06698d on version into 78a3d3f13ffd5dc9aa41b8481a2d477d603f71ea on master.

karenc commented 7 years ago

I don't really plan to have this installed as "editable" (or via github). There's not much active development anyway :p