Skip to content

Commit f714160

Browse files
committed
Bump to 2.6.0
1 parent 15a3d96 commit f714160

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

otterwiki/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
# version_onfo managed by tbump
4-
version_info = (2, 5, 2, "")
4+
version_info = (2, 6, 0, "")
55

66
# build version string from version_info
77
__version__ = f"{version_info[0]}.{version_info[1]}.{version_info[2]}" + \

tbump.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[version]
2-
current = "2.5.2"
2+
current = "2.6.0"
33
regex = '''
44
(?P<major>\d+)
55
\.

0 commit comments

Comments
 (0)