Skip to content

Commit

Permalink
Post 0.3.3 release actions done
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Apr 4, 2024
1 parent cdf2250 commit c19a5d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release notes

## Changes from 0.3.3 to 0.3.4

#XXX version-specific blurb XXX#

## Changes from 0.3.2 to 0.3.3

* Change the Python extension from MODULE to SHARED on some
Expand Down
3 changes: 2 additions & 1 deletion RELEASING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Tagging

$ git push --tags

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

$ git tag --delete vX.Y.Z

Expand Down
2 changes: 1 addition & 1 deletion blosc2_grok/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import atexit
import numpy as np

__version__ = "0.3.3"
__version__ = "0.3.4.dev0"


class GrkFileFmt(Enum):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "blosc2_grok"
version = "0.3.3"
version = "0.3.4.dev0"
readme = "README.md"
authors = [
{name = "Blosc Development Team", email = "[email protected]"},
Expand Down

0 comments on commit c19a5d6

Please sign in to comment.