Skip to content

Commit de362f1

Browse files
committed
Bump to 1.5.0
1 parent 806cb2c commit de362f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ltiauthenticator/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# __version__ should be updated using tbump, based on configuration in
22
# pyproject.toml, according to instructions in RELEASE.md.
33
#
4-
__version__ = "1.4.1.dev0"
4+
__version__ = "1.5.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ asyncio_mode = "auto"
125125
github_url = "https://github.com/jupyterhub/ltiauthenticator"
126126

127127
[tool.tbump.version]
128-
current = "1.4.1.dev0"
128+
current = "1.5.0"
129129
regex = '''
130130
(?P<major>\d+)
131131
\.

0 commit comments

Comments
 (0)