We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f538c1 commit 441482aCopy full SHA for 441482a
RELEASE_NOTES.md
@@ -1,8 +1,11 @@
1
# Release notes
2
+## Changes from 3.6.1 to 3.6.2
3
+
4
+XXX version-specific blurb XXX
5
6
## Changes from 3.6.0 to 3.6.1
7
-XXX version-specific blurb XXX
8
+* Points to C-blosc 2.19.1
9
10
## Changes from 3.5.1 to 3.6.0
11
pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
41
"py-cpuinfo; platform_machine != 'wasm32'",
42
"requests",
43
]
44
-version = "3.6.1.dev0"
+version = "3.6.1"
45
46
47
[project.optional-dependencies]
src/blosc2/version.py
@@ -1 +1 @@
-__version__ = "3.6.1.dev0"
+__version__ = "3.6.1"
0 commit comments