Skip to content

Commit

Permalink
release 15.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 8, 2022
1 parent e0d1a12 commit af9b395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oauthenticator/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

version_info = (
15,
1,
0,
2,
'dev', # comment-out this line for a release
# 'dev', # comment-out this line for a release
)
__version__ = '.'.join(map(str, version_info[:3]))

Expand Down

0 comments on commit af9b395

Please sign in to comment.