Skip to content

Commit

Permalink
Bump version from 0.1.0 to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Nov 10, 2023
1 parent 9d52031 commit 2d4469c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down

0 comments on commit 2d4469c

Please sign in to comment.