Skip to content

Commit bc13b7f

Browse files
authored
Prepare 2.13.0 release (#1133)
* Prepare 2.13.0 release * Update release instructions for pre-releases * Add #1142 for Greg's work * Make python-version match for pre-commits
1 parent 3632820 commit bc13b7f

File tree

4 files changed

+22
-10
lines changed

4 files changed

+22
-10
lines changed

.github/workflows/Pre-commit-hooks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- uses: actions/checkout@v3
2424
#setting up Python v3.0.0
2525
- uses: actions/[email protected]
26+
with:
27+
python-version: '3.9'
2628
#using pre-commit latest i.e v2.0.3
2729
- uses: pre-commit/[email protected]
2830
#Running pre-commit for all files

.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/contributing.rst

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -344,14 +344,22 @@ included in the release have been properly documented in
344344
To make a new release, go to
345345
https://github.com/zarr-developers/zarr-python/releases and
346346
click "Draft a new release". Choose a version number prefixed
347-
with a `v` (e.g. `v0.0.0`) and set the description to:
347+
with a `v` (e.g. `v0.0.0`). For pre-releases, include the
348+
appropriate suffix (e.g. `v0.0.0a1` or `v0.0.0rc2`).
348349

349-
```
350-
See release notes https://zarr.readthedocs.io/en/stable/release.html#release-0-0-0
351-
```
350+
351+
Set the description of the release to::
352+
353+
See release notes https://zarr.readthedocs.io/en/stable/release.html#release-0-0-0
352354

353355
replacing the correct version numbers. For pre-release versions,
354356
the URL should omit the pre-release suffix, e.g. "a1" or "rc1".
355357

356-
Be sure to review and merge the https://github.com/conda-forge/zarr-feedstock
358+
After creating the release, the documentation will be built on
359+
https://readthedocs.io. Full releases will be available under
360+
`/stable <https://zarr.readthedocs.io/en/stable>`_ while
361+
pre-releases will be available under
362+
`/latest <https://zarr.readthedocs.io/en/latest>`_.
363+
364+
Also review and merge the https://github.com/conda-forge/zarr-feedstock
357365
pull request that will be automatically generated.

docs/release.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ Release notes
1515

1616
2.13.0
1717
------
18-
.. warning::
19-
Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.
18+
19+
..
20+
# .. warning::
21+
# Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.
2022
2123
Major changes
2224
~~~~~~~~~~~~~
@@ -35,7 +37,7 @@ Major changes
3537

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

4042

4143
Bug fixes

0 commit comments

Comments
 (0)