Skip to content

Commit c19a5d6

Browse files
committed
Post 0.3.3 release actions done
1 parent cdf2250 commit c19a5d6

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

RELEASE_NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release notes
22

3+
## Changes from 0.3.3 to 0.3.4
4+
5+
#XXX version-specific blurb XXX#
6+
37
## Changes from 0.3.2 to 0.3.3
48

59
* Change the Python extension from MODULE to SHARED on some

RELEASING.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ Tagging
4343

4444
$ git push --tags
4545

46-
- If you happen to have to delete the tag, such as artifacts demonstrates a fault, first delete it locally::
46+
- If you happen to have to delete the tag, such as artifacts demonstrates a fault,
47+
first delete it locally::
4748

4849
$ git tag --delete vX.Y.Z
4950

blosc2_grok/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import atexit
1515
import numpy as np
1616

17-
__version__ = "0.3.3"
17+
__version__ = "0.3.4.dev0"
1818

1919

2020
class GrkFileFmt(Enum):

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-backend = "scikit_build_core.build"
1212

1313
[project]
1414
name = "blosc2_grok"
15-
version = "0.3.3"
15+
version = "0.3.4.dev0"
1616
readme = "README.md"
1717
authors = [
1818
{name = "Blosc Development Team", email = "contact@blosc.org"},

0 commit comments

Comments
 (0)