Package Release Info

bumpversion-0.5.3-bp151.2.13

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

bumpversion

Change Logs

Version: 0.5.3-bp150.2.4
* Wed Aug 30 2017 sebix+novell.com@sebix.at
- rename package to bumpversion, as it is a standalone tool, and
  neither specific to python, nor a library
* Sat Apr 18 2015 benoit.monin@gmx.fr
- 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
* Fri Nov 22 2013 speilicke@suse.com
- Initial version