Skip to content

Commit 5407435

Browse files
committed
Bump to 16.3.1
1 parent d1aea05 commit 5407435

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

oauthenticator/_version.py

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

66
# version_info looks like (1, 2, 3, "dev") if __version__ is 1.2.3.dev
77
version_info = tuple(int(p) if p.isdigit() else p for p in __version__.split("."))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ omit = [
6464
github_url = "https://github.com/jupyterhub/oauthenticator"
6565

6666
[tool.tbump.version]
67-
current = "16.3.1.dev"
67+
current = "16.3.1"
6868
regex = '''
6969
(?P<major>\d+)
7070
\.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def run(self):
2727
setup_args = dict(
2828
name='oauthenticator',
2929
packages=find_packages(),
30-
version="16.3.1.dev",
30+
version="16.3.1",
3131
description="OAuthenticator: Authenticate JupyterHub users with common OAuth providers",
3232
long_description=open("README.md").read(),
3333
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)