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 8, 2023
1 parent 4d0efb2 commit 584198e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 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-display-name"
PYTHON_PACKAGE_NAME: "jupyterlab_display_name"

Expand Down
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] (Nov 8 2023)

### Changed

- Cleaned up configuration files.

## [0.1.0] (Nov 1 2023)

### Added

- JupyterLab server extension to add a display name field to the login page, which is used
as the user's name once logged in.

[unreleased]: https://github.com/PainterQubits/datalogger-jupyterlab/compare/v0.1.0...main
[0.1.0]: https://github.com/PainterQubits/datalogger-jupyterlab/releases/tag/v0.1.0
[unreleased]: https://github.com/PainterQubits/jupyterlab-display-name/compare/v0.1.1...main
[0.1.1]: https://github.com/PainterQubits/jupyterlab-display-name/releases/tag/v0.1.1
[0.1.0]: https://github.com/PainterQubits/jupyterlab-display-name/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "jupyterlab-display-name"
version = "0.1.0"
version = "0.1.1"
description = "JupyterLab server extension that adds a display name field to the login page."
authors = [{ name = "Alex Hadley", email = "[email protected]" }]
license = { file = "LICENSE" }
Expand Down

0 comments on commit 584198e

Please sign in to comment.