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 4f837bf commit abed309Copy full SHA for abed309
nbgitpuller/version.py
@@ -1,4 +1,4 @@
1
# __version__ should be updated using tbump, based on configuration in
2
# pyproject.toml, according to instructions in RELEASE.md.
3
#
4
-__version__ = "1.2.1.dev"
+__version__ = "1.2.1"
pyproject.toml
@@ -66,7 +66,7 @@ markers = [
66
github_url = "https://github.com/jupyterhub/nbgitpuller"
67
68
[tool.tbump.version]
69
-current = "1.2.1.dev"
+current = "1.2.1"
70
regex = '''
71
(?P<major>\d+)
72
\.
setup.py
@@ -18,7 +18,7 @@
18
19
setup(
20
name='nbgitpuller',
21
- version="1.2.1.dev",
+ version="1.2.1",
22
url='https://github.com/jupyterhub/nbgitpuller',
23
license='3-clause BSD',
24
author='Peter Veerman, YuviPanda',
0 commit comments