From 68c485e206688abbfcb6f2859332e5b6e930ee46 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 7 Aug 2023 10:59:38 +0200 Subject: [PATCH] Bump to 1.2.0 --- nbgitpuller/version.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nbgitpuller/version.py b/nbgitpuller/version.py index fcd362a..55aafb7 100644 --- a/nbgitpuller/version.py +++ b/nbgitpuller/version.py @@ -1,4 +1,4 @@ # __version__ should be updated using tbump, based on configuration in # pyproject.toml, according to instructions in RELEASE.md. # -__version__ = "1.1.2.dev" +__version__ = "1.2.0" diff --git a/pyproject.toml b/pyproject.toml index 27975fb..aa8d38c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ markers = [ github_url = "https://github.com/jupyterhub/nbgitpuller" [tool.tbump.version] -current = "1.1.2.dev" +current = "1.2.0" regex = ''' (?P\d+) \. diff --git a/setup.py b/setup.py index 9b9664f..1321b71 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='nbgitpuller', - version="1.1.2.dev", + version="1.2.0", url='https://github.com/jupyterhub/nbgitpuller', license='3-clause BSD', author='Peter Veerman, YuviPanda',