Tom Schraitle
Tom Schraitle
@Nagidal Just for your information: I've merged PR #365 which fixes the `.bump_prerelease()` and `.bump_build()` methods. As you suggested, the default numeric identifiers starting at 1. This is implemented now....
> However, I will say that I really don't like operator overloading and much prefer a `match` method or similar. Yeah, that's also one of the questions where I'm unsure...
The node-semver library was renamed/will be renamed in version 0.9.0, see https://github.com/podhmo/python-node-semver/issues/39#issuecomment-919706124 I think we can close this issue now.
Yes, this is similar to issue #369.
@hokreb Time flies! Sorry for the delay. I've tried to confirm it, but if I use the latest version from the master branch, it works: ```python >>> import semver >>>...
I just released 3.0.0-rc.1, but this issue wasn't included. Haven't forgot about it, still thinking which was the best way to solve it. There are a lot of good arguments...
Thanks @llucax for your feedback. Much appreciated that! :+1: The `semver.compare()` function was a kind of exception to the deprecation. I've tried to consolidate all the module level functions in...
I had the same problem and circumvent it by using Git's `.gitignore` and adding my excludes: ``` # .gitignore file /foo.py ``` If you want to ignore all Python files...
@joaomcteixeira Found this by accident (seems I have the tendency to leave a comment in arbitrary issues). :wink: :see_no_evil: I saw that you've use bumpversion to modify the version in...
> * TOC: Unsure. If it's just mostly the same as the left nav, it's pointless. If it has more depth (and this depth is actually useful. Doesn't look like...