Skip to content

Commit 04eed56

Browse files
committed
Publish 0.1.4
SHA256 hashes: jupyter-drives-0.1.4.tgz: f34cbbb51382bf0705e10517973b8bbe31a5b07267e076e54bd7ba0bac7ed5ee jupyter_drives-0.1.4-py3-none-any.whl: e296e2bc7da7223f37c5837ddf6db5459b55b5872f27fb23a733eececb73b5f9 jupyter_drives-0.1.4.tar.gz: 15aaac696a734176a6fce8dfc965f9c9eb9f06479f0f396695090d9452c5c4e7
1 parent ad89841 commit 04eed56

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## 0.1.4
6+
7+
([Full Changelog](https://github.com/QuantStack/jupyter-drives/compare/v0.1.3...ad898413e4d4c9db68c6dc466cbdd7eff6a6dc96))
8+
9+
### Bugs fixed
10+
11+
- refresh drives config credentials using a timer [#78](https://github.com/QuantStack/jupyter-drives/pull/78) ([@gogakoreli](https://github.com/gogakoreli))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/QuantStack/jupyter-drives/graphs/contributors?from=2025-01-14&to=2025-02-26&type=c))
16+
17+
[@gogakoreli](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Agogakoreli+updated%3A2025-01-14..2025-02-26&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.1.3
622

723
([Full Changelog](https://github.com/QuantStack/jupyter-drives/compare/v0.1.2...46817de58321fb8f2868abf8b7a69e62a0fadf21))
@@ -17,8 +33,6 @@
1733

1834
[@DenisaCG](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3ADenisaCG+updated%3A2025-01-06..2025-01-14&type=Issues) | [@github-actions](https://github.com/search?q=repo%3AQuantStack%2Fjupyter-drives+involves%3Agithub-actions+updated%3A2025-01-06..2025-01-14&type=Issues)
1935

20-
<!-- <END NEW CHANGELOG ENTRY> -->
21-
2236
## 0.1.2
2337

2438
([Full Changelog](https://github.com/QuantStack/jupyter-drives/compare/v0.1.1...cf120affc369836154c4dd277493086c01dbe7f0))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-drives",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "A Jupyter extension to support drives in the backend.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)