Skip to content

Commit

Permalink
Bump to v0.5.3 (#198)
Browse files Browse the repository at this point in the history
* Bump version: 0.5.2 → 0.5.3

* Update HISTORY.md
  • Loading branch information
dachengx authored Dec 12, 2024
1 parent c9e7578 commit d3df347
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.2
current_version = 0.5.3
files = appletree/__init__.py
commit = True
tag = True
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.5.3 / 2024-12-12
-------------------
* Remove numpy version constraint by @dachengx in https://github.com/XENONnT/appletree/pull/197

**Full Changelog**: https://github.com/XENONnT/appletree/compare/v0.5.2...v0.5.3


v0.5.2 / 2024-12-05
-------------------
* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/XENONnT/appletree/pull/182
Expand Down
2 changes: 1 addition & 1 deletion appletree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.2"
__version__ = "0.5.3"

# stop jax to preallocate memory
import os
Expand Down

0 comments on commit d3df347

Please sign in to comment.