From 689de0d54820cb27e24cdc14113bcc6f23c385d0 Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Fri, 10 Nov 2023 10:52:35 -0800 Subject: [PATCH] Bump version from 0.1.1 to 0.1.2 --- .github/workflows/github-pages.yml | 2 +- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 8ca0805..1d77abe 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.1" + PACKAGE_VERSION: "0.1.2" PACKAGE_NAME: "jupyterlab-display-name" PYTHON_PACKAGE_NAME: "jupyterlab_display_name" diff --git a/CHANGELOG.md b/CHANGELOG.md index 295b413..925b91f 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.2] (Nov 10 2023) + ### Added - Latest source distribution (latest.tar.gz) added to Pages site. @@ -24,6 +26,7 @@ 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/jupyterlab-display-name/compare/v0.1.1...main +[unreleased]: https://github.com/PainterQubits/jupyterlab-display-name/compare/v0.1.2...main +[0.1.2]: https://github.com/PainterQubits/jupyterlab-display-name/releases/tag/v0.1.2 [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 0d58096..b4be7c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "jupyterlab-display-name" -version = "0.1.1" +version = "0.1.2" 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" }