From 2d4469c2ce092db62e8bd05c82d180292fbfc95f Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Fri, 10 Nov 2023 10:51:54 -0800 Subject: [PATCH] Bump version from 0.1.0 to 0.1.1 --- .github/workflows/github-pages.yml | 2 +- CHANGELOG.md | 5 ++++- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 2d5074d..be1524f 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -4,7 +4,7 @@ on: workflow_dispatch env: HATCH_VERSION: "1.7.0" - PACKAGE_VERSION: "0.1.0" + PACKAGE_VERSION: "0.1.1" PACKAGE_NAME: "jupyterlab-open-warning" PYTHON_PACKAGE_NAME: "jupyterlab_open_warning" diff --git a/CHANGELOG.md b/CHANGELOG.md index d1d0b7c..45b8d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.1] (Nov 10 2023) + ### Added - Latest source distribution (latest.tar.gz) added to Pages site. @@ -22,5 +24,6 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - JupyterLab extension to display a warning dialog when opening a file that another user has open. -[unreleased]: https://github.com/PainterQubits/jupyterlab-open-warning/compare/v0.1.0...main +[unreleased]: https://github.com/PainterQubits/jupyterlab-open-warning/compare/v0.1.1...main +[0.1.1]: https://github.com/PainterQubits/jupyterlab-open-warning/releases/tag/v0.1.1 [0.1.0]: https://github.com/PainterQubits/jupyterlab-open-warning/releases/tag/v0.1.0 diff --git a/package.json b/package.json index 26a344f..ed8e513 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-open-warning", - "version": "0.1.0", + "version": "0.1.1", "description": "JupyterLab extension to display a warning dialog when opening a file that another user has open.", "contributors": [ {