diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bfaff3..49e347c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -# 0.3.0-rc.1 +# 0.3.0 2024-02-10 JupyterLab 4 support, require Jupyter Server (for Notebook support use NbClassic), drop support for Python 3.6. -([full changelog](https://github.com/manics/jupyter-offlinenotebook/compare/v0.2.2...v0.3.1-rc.1)) +([full changelog](https://github.com/manics/jupyter-offlinenotebook/compare/v0.2.2...v0.3.0)) ### New features diff --git a/package.json b/package.json index f5c8284..4187a7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-offlinenotebook", - "version": "0.3.0rc.1", + "version": "0.3.0", "description": "JupyterLab offline-notebook extension.", "keywords": [ "jupyter",