Skip to content

Commit

Permalink
Bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Jan 27, 2025
1 parent b3a33f7 commit 4e2ecac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nbgitpuller/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# __version__ should be updated using tbump, based on configuration in
# pyproject.toml, according to instructions in RELEASE.md.
#
__version__ = "1.2.2.dev"
__version__ = "1.2.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ markers = [
github_url = "https://github.com/jupyterhub/nbgitpuller"

[tool.tbump.version]
current = "1.2.2.dev"
current = "1.2.2"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='nbgitpuller',
version="1.2.2.dev",
version="1.2.2",
url='https://github.com/jupyterhub/nbgitpuller',
license='3-clause BSD',
author='Peter Veerman, YuviPanda',
Expand Down

0 comments on commit 4e2ecac

Please sign in to comment.