From 994ffa64cc0a6ac0ebe75242cb8b40965715e018 Mon Sep 17 00:00:00 2001 From: Frederic Collonval Date: Sat, 30 May 2020 17:13:23 +0200 Subject: [PATCH] Bump to v0.3.0 --- README.md | 7 ------- jupyter_project/_version.py | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 557af85..9903626 100644 --- a/README.md +++ b/README.md @@ -499,10 +499,3 @@ pip uninstall jupyter-project jupyter labextension uninstall jupyter-project ``` - -## Changelog - -### v0.1.0 - -- Handle Jinja2 file templates -- Handle project cookiecutter template diff --git a/jupyter_project/_version.py b/jupyter_project/_version.py index 9b3f75a..38fa4cb 100644 --- a/jupyter_project/_version.py +++ b/jupyter_project/_version.py @@ -1,2 +1,2 @@ -version_info = (0, 2, 0) +version_info = (0, 3, 0) __version__ = ".".join(map(str, version_info)) diff --git a/package.json b/package.json index 92ca66e..878dc44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-project", - "version": "0.2.0", + "version": "0.3.0", "description": "An JupyterLab extension to handle project and files template.", "keywords": [ "jupyter",