diff options
author | Maxim Devaev <[email protected]> | 2023-09-10 14:55:10 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-09-10 14:55:10 +0300 |
commit | 8f32f9ae112d33838bf7b960119c04e4aba2b86b (patch) | |
tree | 5d21e9c06514995208fd2951f9e3a7ca8a294bb2 /.bumpversion.cfg | |
parent | cec03c4468df87bcdc68f20c2cf51a7998c56ebd (diff) |
Bump version: 3.255 → 3.256v3.256
Diffstat (limited to '.bumpversion.cfg')
-rw-r--r-- | .bumpversion.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cdf58f9e..24682ad9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.255 +current_version = 3.256 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?)? serialize = {major}.{minor} |