Skip to content

Commit

Permalink
Bump version from 0.4.0 to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jan 19, 2024
1 parent 758cc3b commit fd7ec29
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.9.1"
PACKAGE_VERSION: "0.4.0"
PACKAGE_VERSION: "0.4.1"
PACKAGE_NAME: "jupyterlab-datalogger"
PYTHON_PACKAGE_NAME: "jupyterlab_datalogger"

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.4.1] (Jan 19 2024)

### Fixed

- The "RTC:" prefix is now removed from paths when using Jupyter Real-Time Collaboration.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jupyterlab-datalogger",
"private": true,
"version": "0.4.0",
"version": "0.4.1",
"description": "JupyterLab extension for DataLogger.",
"contributors": [
{
Expand Down

0 comments on commit fd7ec29

Please sign in to comment.