Codebase list py-isort-el / upstream/2016.1 .bumpversion.cfg
upstream/2016.1

Tree @upstream/2016.1 (Download .tar.gz)

.bumpversion.cfg @upstream/2016.1raw · history · blame

1
2
3
4
5
6
7
[bumpversion]
current_version = 2016.1
files = py-isort.el
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)
serialize = {major}.{minor}