File: .bumpversion.cfg

package info (click to toggle)
python-jpype 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,348 kB
  • sloc: python: 19,275; cpp: 18,049; java: 8,638; xml: 1,454; makefile: 155; sh: 37
file content (32 lines) | stat: -rw-r--r-- 732 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[bumpversion]
current_version = 1.6.0
commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
serialize = 
	{major}.{minor}.{patch}.{release}{build}
	{major}.{minor}.{patch}

[bumpversion:part:release]
first_value = dev
optional_value = prod
values = 
	dev
	prod

[bumpversion:part:build]

[bumpversion:file:pyproject.toml]

[bumpversion:file:native/python/pyjp_module.cpp]

[bumpversion:file:jpype/__init__.py]

[bumpversion:file:native/jpype_module/pom.xml]

[bumpversion:file:native/jpype_module/src/main/java/org/jpype/JPypeContext.java]

[bumpversion:file:doc/CHANGELOG.rst]
search = Latest Changes:
replace = Latest Changes:
	- **{new_version} - {now:%Y-%m-%d}**