dnanhkhoa / nb_black

A simple extension for Jupyter Notebook and Jupyter Lab to beautify Python code automatically using black.
MIT License
367 stars 41 forks source link

Dev #9

Closed dnanhkhoa closed 5 years ago

michaelaye commented 5 years ago

just wanted to comment that your support of magic commands would have justified increasing the version to 1.1.0, I think. You certainly added new features to your tool, not only bugfixes.

dnanhkhoa commented 5 years ago

Thank @michaelaye for your comment,

But last week I have released the package as 1.0.6, so should I correct it and republish on PyPi again?

michaelaye commented 5 years ago

Don't think that's necessary. Maybe just consider it the next time you add more features, to follow the rules of semantic versioning. Patch increase = bugfix, no new features, minor increase: new features, no change of API, major increase: potential break of API, major functionality, partial/complete rewrite etc...