Skip to content

Commit 13a5a68

Browse files
committed
Post 3.3.3 release actions done
1 parent 0286c72 commit 13a5a68

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release notes
22

3+
## Changes from 3.3.3 to 3.3.4
4+
5+
XXX version-specific blurb XXX
6+
7+
38
## Changes from 3.3.2 to 3.3.3
49

510
* Expand possibilities for chaining string-based lazy expressions to include

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
"py-cpuinfo; platform_machine != 'wasm32'",
4242
"requests",
4343
]
44-
version = "3.3.3"
44+
version = "3.3.4.dev0"
4545

4646

4747
[project.optional-dependencies]

src/blosc2/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.3.3"
1+
__version__ = "3.3.4.dev0"

0 commit comments

Comments
 (0)