We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7a79f commit a91d624Copy full SHA for a91d624
jupyter_console/_version.py
@@ -1,7 +1,7 @@
1
import re
2
from typing import List, Union
3
4
-__version__ = "6.4.3"
+__version__ = "6.4.4"
5
6
# Build up version_info tuple for backwards compatibility
7
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'
pyproject.toml
@@ -9,7 +9,7 @@ skip = ["check-links"]
9
ignore = [".mailmap", "*.yml", "*.yaml"]
10
11
[tool.tbump.version]
12
-current = "6.4.3"
+current = "6.4.4"
13
regex = '''
14
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
15
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
0 commit comments