Skip to content

Commit 2553e04

Browse files
committed
Add zarr-developers#1142 for Greg's work
1 parent 16d5ea1 commit 2553e04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
default_stages: [commit, push]
22
default_language_version:
3-
python: python3.8
3+
python: python3.9
44
repos:
55
- repo: https://github.com/PyCQA/flake8
66
rev: 3.8.2
@@ -14,4 +14,4 @@ repos:
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
1515
rev: v2.3.0
1616
hooks:
17-
- id: check-yaml
17+
- id: check-yaml

docs/release.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Major changes
3737

3838
* **Zarr v3: add support for the default root path** rather than requiring
3939
that all API users pass an explicit path.
40-
By :user:`Gregory R. Lee <grlee77>` :issue:`1085`.
40+
By :user:`Gregory R. Lee <grlee77>` :issue:`1085`, :issue:`1142`.
4141

4242

4343
Bug fixes

0 commit comments

Comments
 (0)