File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.2.15-dev
2
+ current_version = 0.2.15
3
3
commit = True
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?
Original file line number Diff line number Diff line change 27
27
author = 'Charles Tapley Hoyt'
28
28
29
29
# The full version, including alpha/beta/rc tags.
30
- release = '0.2.15-dev '
30
+ release = '0.2.15'
31
31
32
32
# The short X.Y version.
33
33
parsed_version = re .match (
Original file line number Diff line number Diff line change 3
3
# #########################
4
4
[metadata]
5
5
name = pybacting
6
- version = 0.2.15-dev
6
+ version = 0.2.15
7
7
description = A python wrapper around Bacting
8
8
long_description = file: README.md
9
9
long_description_content_type = text/markdown
Original file line number Diff line number Diff line change 12
12
"get_git_hash" ,
13
13
]
14
14
15
- VERSION = "0.2.15-dev "
15
+ VERSION = "0.2.15"
16
16
17
17
18
18
def get_git_hash () -> Optional [str ]:
You can’t perform that action at this time.
0 commit comments