File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
22commit = True
33tag = True
4- current_version = 0.2.1-hh-dev
4+ current_version = 0.2.1-hh
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
66serialize =
77 {major}.{minor}.{patch}-{release}
Original file line number Diff line number Diff line change 1- __version__ = '0.2.1-hh-dev '
1+ __version__ = '0.2.1-hh'
22
33from consul .base import ACLDisabled # noqa
44from consul .base import ACLPermissionDenied # noqa
Original file line number Diff line number Diff line change 11# Required metadata
22sonar.projectKey =com.github:poppyred:python-consul2
33sonar.projectName =Python Consul2
4- sonar.projectVersion =0.2.1-hh-dev
4+ sonar.projectVersion =0.2.1-hh
55
66# Comma-separated paths to directories with sources (required)
77sonar.sources =consul
You can’t perform that action at this time.
0 commit comments