Skip to content

Commit

Permalink
Bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Feb 26, 2024
1 parent ba34f7c commit 10e9cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyterhub_idle_culler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from tornado.log import app_log
from tornado.options import define, options, parse_command_line

__version__ = "1.2.2.dev1"
__version__ = "1.3.0"

STATE_FILTER_MIN_VERSION = V("1.3.0")

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ asyncio_mode = "auto"
github_url = "https:/jupyterhub/jupyterhub-idle-culler"

[tool.tbump.version]
current = "1.2.2.dev1"
current = "1.3.0"
regex = '''
(?P<major>\d+)
\.
Expand Down

0 comments on commit 10e9cb9

Please sign in to comment.