edelooff / sqlalchemy-json

Full-featured JSON type with mutation tracking for SQLAlchemy
http://variable-scope.com/posts/mutation-tracking-in-nested-json-structures-using-sqlalchemy
BSD 2-Clause "Simplified" License
189 stars 34 forks source link

please create/push tags for new releases #39

Closed FelixSchwarz closed 1 year ago

FelixSchwarz commented 1 year ago

It would be nice if each pypi release had an according git tag so it is easier to see which changes went into a specific release.

For example I'm using this quite often to determine the lowest suitable version of my dependencies.

edelooff commented 1 year ago

Thanks for the suggestion, that's pretty useful. Added this for the current v0.6.0 and the previous v0.5.0.

FelixSchwarz commented 1 year ago

Thank you for your work on this library, very much appreciated.