Skip to content

Commit a1fbedb

Browse files
Update release.rst for v2.17.1 (zarr-developers#1673)
* Update release.rst for v2.17.1 * Change the copyright year from 2023 → 2024. * Update release.rst for v2.17.1
1 parent 240bb82 commit a1fbedb

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2023 Zarr Developers <https://github.com/zarr-developers>
3+
Copyright (c) 2015-2024 Zarr Developers <https://github.com/zarr-developers>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
# General information about the project.
7474
project = "zarr"
75-
copyright = "2023, Zarr Developers"
75+
copyright = "2024, Zarr Developers"
7676
author = "Zarr Developers"
7777

7878
version = zarr.__version__

docs/release.rst

+32
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,41 @@ Release notes
1818
Unreleased
1919
----------
2020

21+
.. _release_2.17.1:
22+
23+
2.17.1
24+
------
25+
26+
Enhancements
27+
~~~~~~~~~~~~
28+
2129
* Change occurrences of % and format() to f-strings.
2230
By :user:`Dimitri Papadopoulos Orfanos <DimitriPapadopoulos>` :issue:`1423`.
2331

32+
* Proper argument for numpy.reshape.
33+
By :user:`Dimitri Papadopoulos Orfanos <DmitriPapadopoulos>` :issue:`1425`.
34+
35+
* Add typing to dimension separator arguments.
36+
By :user:`David Stansby <dstansby>` :issue:`1620`.
37+
38+
Docs
39+
~~~~
40+
41+
* ZIP related tweaks.
42+
By :user:`Davis Bennett <d-v-b>` :issue:`1641`.
43+
44+
Maintenance
45+
~~~~~~~~~~~
46+
47+
* Update config.yml with Zulip.
48+
By :user:`Josh Moore <joshmoore>`.
49+
50+
* Replace Gitter with the new Zulip Chat link.
51+
By :user:`Sanket Verma <msankeys963>` :issue:`1685`.
52+
53+
* Fix RTD build.
54+
By :user:`Sanket Verma <msankeys963>` :issue:`1694`.
55+
2456
.. _release_2.17.0:
2557

2658
2.17.0

0 commit comments

Comments
 (0)