Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Publish 3.3.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jlab-enhanced-recents-3.3.0.tgz: eb6772e10b99d1dff15f600260b9a6ac56f8f72fb296b12583c059f3ed424e44

jupyterlab_recents-3.3.0-py3-none-any.whl: 953533e182dc9013bc5c269d7ae0bd34dc8fae6adbeeb0816a1fcae15611537e

jupyterlab_recents-3.3.0.tar.gz: 31c4dae23d1e4325ddf96f6e7b53634b2531c61edacfa910fd90cfccd9f7a6a4
  • Loading branch information
fcollonval committed Aug 16, 2023
1 parent 5d2514a commit b1f1827
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,18 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 3.3.0

([Full Changelog](https://github.com/jupyterlab-contrib/jupyterlab-recents/compare/v3.2.0...5d2514a092f890901da91d563839c42178162086))

### Maintenance and upkeep improvements

- Upgrade to JupyterLab 4 / Notebook 7 [#8](https://github.com/jupyterlab-contrib/jupyterlab-recents/pull/8) ([@fcollonval](https://github.com/fcollonval))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab-contrib/jupyterlab-recents/graphs/contributors?from=2022-09-15&to=2023-08-16&type=c))

[@fcollonval](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-recents+involves%3Afcollonval+updated%3A2022-09-15..2023-08-16&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab-contrib%2Fjupyterlab-recents+involves%3Agithub-actions+updated%3A2022-09-15..2023-08-16&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->
2 changes: 1 addition & 1 deletion jupyterlab_recents/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is auto-generated by Hatchling. As such, do not:
# - modify
# - track in version control e.g. be sure to add to .gitignore
__version__ = VERSION = '3.2.0'
__version__ = VERSION = '3.3.0'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jlab-enhanced/recents",
"version": "3.2.0",
"version": "3.3.0",
"description": "Track recent files and folders.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit b1f1827

Please sign in to comment.