Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
Bump to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed May 30, 2020
1 parent f519579 commit 994ffa6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion jupyter_project/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 2, 0)
version_info = (0, 3, 0)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 994ffa6

Please sign in to comment.