peritus / bumpversion

Version-bump your software with a single command
https://pypi.python.org/pypi/bumpversion
MIT License
1.5k stars 147 forks source link

VersionPart configuration #92

Closed lgiordani closed 8 years ago

lgiordani commented 9 years ago

I'd like to merge the NumericVersionPartConfiguration and the ConfiguredVersionPartConfiguration classes to simplify the internal structure of the program.

NumericVersionPartConfiguration is a special case of ConfiguredVersionPartConfiguration, so this is easy and gets rid of some intricacies such as that of ThisVersionPartConfiguration.

peritus commented 8 years ago

Also fixed in #98, @lgiordani ? I think we can also close this then.

lgiordani commented 8 years ago

Exactly, thanks!