Skip to content

Commit 4a8b409

Browse files
committed
Bump to 8.2.0
1 parent de84b55 commit 4a8b409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ipyparallel/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import re
22

3-
__version__ = "8.2.0.dev"
3+
__version__ = "8.2.0"
44

55
# matches tbump regex in pyproject.toml
66
_version_regex = re.compile(

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ target_version = [
2020
github_url = "https://github.com/jupyterhub/jupyterhub"
2121

2222
[tool.tbump.version]
23-
current = "8.2.0.dev"
23+
current = "8.2.0"
2424

2525
# pep440 regex
2626
regex = '''

0 commit comments

Comments
 (0)