Christian Verkerk

Results 26 comments of Christian Verkerk

Got the same issue: ```buck version v2017.10.01.01```

@ekohl -- we can certainly do that, FWIW I'm not a maintainer on this project, but I can include it in the PR if you are able to merge?

Agree with @florisla, would rather not support another feature unless it's part of a more general design: "arbitrary args to git-tag and git-commit".

Just spent some time reading the PEP and I'm open to adding it to the project at some point.

To clarify what you meant is bumpversion reading pyproject.toml for its configuration?

I like @clbarnes's suggestion -- support for TOML (in general) with `.bumpversion.cfg` being deprecated for `.bumpversion.toml` (eventually) and support for `pyproject.toml`.

yep, let's do this -- I've run into this myself

Let's just implement `--show` and folks can reuse `--serialize` if they really must. In general I'd prefer the Unix philosophy and not try to stuff too many things into bump2version....

Hmm I agree with @florisla -- rethinking from day 1 it would've been better to go with `->` or `to`. I'm hesitant to add this if it's common to rely...