AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- rename package to bumpversion, as it is a standalone tool, and neither specific to python, nor a library
- update to version 0.5.3: * Fix bug where --new-version value was not used when config was present * Preserve case of keys config file * Windows CRLF improvements - additional changes from version 0.5.1: * Document file specific options search = and replace = * Fix parsing individual labels from serialize = config even if there are characters after the last label * Fix: Don’t crash in git repositories that have tags that contain hyphens * Fix: Log actual content of the config file, not what ConfigParser prints after reading it * Fix: Support multiline values in search = also load configuration from setup.cfg - additional changes from version 0.5.0: * New feature: Part specific configuration * New feature: File specific configuration * New feature: parse option can now span multiple line * New feature: --allow-dirty * Fix: Save the files in binary mode to avoid mutating newlines * License: bumpversion is now licensed under the MIT License * Deprecate multiple files on the command line * Deprecate "files =" configuration - additional changes from version 0.4.1: * Add --list option * Use temporary files for handing over commit/tag messages to git/hg * Fix: don’t encode stdout as utf-8 on py3 * Fix: logging of content of config file was wrong - additional changes from version 0.4.0: * Add --verbose option * Allow option --serialize multiple times - additional changes from version 0.3.8: * Fix: --parse/--serialize didn’t work from cfg - additional changes from version 0.3.7: * Don’t fail if git or hg is not installed * "files" option is now optional * Fix bug related to dirty work dir - change license to MIT, as announced in the release notes
- Initial version