From fd7ec294b1871593482ccd2c748611f42dc07619 Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Fri, 19 Jan 2024 13:48:53 -0800 Subject: [PATCH] Bump version from 0.4.0 to 0.4.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 7669af0..42903d3 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -4,7 +4,7 @@ on: workflow_dispatch env: HATCH_VERSION: "1.9.1" - PACKAGE_VERSION: "0.4.0" + PACKAGE_VERSION: "0.4.1" PACKAGE_NAME: "jupyterlab-datalogger" PYTHON_PACKAGE_NAME: "jupyterlab_datalogger" diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a4eae..af088ba 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.4.1] (Jan 19 2024) + ### Fixed - The "RTC:" prefix is now removed from paths when using Jupyter Real-Time Collaboration. @@ -53,7 +55,8 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - JupyterLab plugin to add NetCDF mimetype and file icon. - JupyterLab plugin that adds shortcuts to generate code that loads logs with DataLogger. -[unreleased]: https://github.com/PainterQubits/jupyterlab-datalogger/compare/v0.4.0...main +[unreleased]: https://github.com/PainterQubits/jupyterlab-datalogger/compare/v0.4.1...main +[0.4.1]: https://github.com/PainterQubits/jupyterlab-datalogger/releases/tag/v0.4.1 [0.4.0]: https://github.com/PainterQubits/jupyterlab-datalogger/releases/tag/v0.4.0 [0.3.1]: https://github.com/PainterQubits/jupyterlab-datalogger/releases/tag/v0.3.1 [0.3.0]: https://github.com/PainterQubits/jupyterlab-datalogger/releases/tag/v0.3.0 diff --git a/package.json b/package.json index fd73472..ed2aad9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jupyterlab-datalogger", "private": true, - "version": "0.4.0", + "version": "0.4.1", "description": "JupyterLab extension for DataLogger.", "contributors": [ {