Skip to content

Commit

Permalink
Bump version from 0.2.0 to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Oct 25, 2023
1 parent 3372bf4 commit cca6a21
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
HATCH_VERSION: "1.7.0"
PYTHON_VERSION: "3.10"
PYTHON_VERSION: "3.9"

jobs:
ci:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: workflow_dispatch

env:
HATCH_VERSION: "1.7.0"
PYTHON_VERSION: "3.10"
DATALOGGER_JUPYTERLAB_VERSION: "0.2.0"
PYTHON_VERSION: "3.9"
DATALOGGER_JUPYTERLAB_VERSION: "0.3.0"

jobs:
build:
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.3.0] (Oct 25 2023)

### Added

- JupyterLab plugin to display a warning dialog when opening a file that another user has
Expand All @@ -29,6 +31,7 @@ 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/datalogger-jupyterlab/compare/v0.2.0...main
[unreleased]: https://github.com/PainterQubits/datalogger-jupyterlab/compare/v0.3.0...main
[0.3.0]: https://github.com/PainterQubits/datalogger-jupyterlab/releases/tag/v0.3.0
[0.2.0]: https://github.com/PainterQubits/datalogger-jupyterlab/releases/tag/v0.2.0
[0.1.0]: https://github.com/PainterQubits/datalogger-jupyterlab/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "datalogger-jupyterlab",
"private": true,
"version": "0.2.0",
"version": "0.3.0",
"description": "JupyterLab extension for DataLogger.",
"homepage": "https://github.com/PainterQubits/datalogger-jupyterlab",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "datalogger-jupyterlab"
version = "0.2.0"
version = "0.3.0"
description = "JupyterLab extension for DataLogger."
authors = [
{ name = "Alex Hadley", email = "[email protected]" },
Expand Down Expand Up @@ -61,7 +61,7 @@ dependencies = [
dependencies = [
"jupyterlab>=4.0.7,<5",
"jupyter-collaboration>=1.2.0,<2",
"datalogger>=0.2.0",
"datalogger>=0.3.0",
"numpy>=1.26.1,<2",
"xarray>=2023.10.1",
"matplotlib>=3.8.0,<4",
Expand Down

0 comments on commit cca6a21

Please sign in to comment.