Skip to content

Commit 1ad690e

Browse files
committed
Bump to 2.9.0
1 parent 7e1bae0 commit 1ad690e

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
@@ -2,7 +2,7 @@
22
# vim: set et ts=8 sts=4 sw=4 ai:
33

44
# version_onfo managed by tbump
5-
version_info = (2, 8, 0, "")
5+
version_info = (2, 9, 0, "")
66

77
# build version string from version_info
88
__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.8.0"
2+
current = "2.9.0"
33
regex = '''
44
(?P<major>\d+)
55
\.

0 commit comments

Comments
 (0)