Commit a8357b6 1 parent 1333129 commit a8357b6 Copy full SHA for a8357b6
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.0 -alpha
2
+ current_version = 0.1.1 -alpha
3
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
4
- serialize =
4
+ serialize =
5
5
{major}.{minor}.{patch}-{release}
6
6
tag_name = v{new_major}.{new_minor}.{new_patch}-{new_release}
7
7
commit = True
8
8
tag = True
9
9
10
10
[bumpversion:part:release]
11
- values =
11
+ values =
12
12
alpha
13
13
beta
14
14
rc
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.1.0 -alpha"
15
+ __version__ = "0.1.1 -alpha"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ packages = [
12
12
]
13
13
readme = " README.md"
14
14
repository = " https://github.com/dynatrace-oss/dt-cli"
15
- version = " 0.1.0 -alpha"
15
+ version = " 0.1.1 -alpha"
16
16
17
17
[tool .poetry .dependencies ]
18
18
PyYAML = " ^5.4.1"
You can’t perform that action at this time.
0 commit comments