Skip to content

Commit abed309

Browse files
committed
Bump to 1.2.1
1 parent 4f837bf commit abed309

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nbgitpuller/version.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ markers = [
6666
github_url = "https://github.com/jupyterhub/nbgitpuller"
6767

6868
[tool.tbump.version]
69-
current = "1.2.1.dev"
69+
current = "1.2.1"
7070
regex = '''
7171
(?P<major>\d+)
7272
\.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name='nbgitpuller',
21-
version="1.2.1.dev",
21+
version="1.2.1",
2222
url='https://github.com/jupyterhub/nbgitpuller',
2323
license='3-clause BSD',
2424
author='Peter Veerman, YuviPanda',

0 commit comments

Comments
 (0)