Closed senpos closed 6 years ago
👍 Looks good to me!
Looks good!
Two things before merging though:
0.9.1
in the __init__.py
fileCHANGELOG.md
with a Fixed
sectionThanks!
@PythooonUser Sure, I can do that. Just curious: is it how you deal with versioning? Like, every PR is a new version? I haven't worked with such schema before, almost all project I've seen are doing it a bit differently, like they accumulate PRs and then push a release with all of them bundled together with a big changelog.
We use Semantic Versioning https://semver.org/
Technically we should only change the version when we publish. Since @PythooonUser already bumped the version number, you don't have to.
@Senpos I will wait for you to get your changes in and I'll publish the new version to PyPi.
I am not sure, was it a proper way to make changes to code, that was already edited, but I hope so, LOL
Closes #63