From 584198ede355349ef8679de7bba6595b43cbee4d Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Wed, 8 Nov 2023 14:24:39 -0800 Subject: [PATCH] Bump version from 0.1.0 to 0.1.1 --- .github/workflows/github-pages.yml | 2 +- CHANGELOG.md | 11 +++++++++-- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 584a9f9..be738ab 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-display-name" PYTHON_PACKAGE_NAME: "jupyterlab_display_name" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e29554..b26aab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ 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 @@ -14,5 +20,6 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - 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 diff --git a/pyproject.toml b/pyproject.toml index 1c2d398..7edd196 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "contact@alexhadley.com" }] license = { file = "LICENSE" }