Skip to content

Commit

Permalink
Bump to v0.5.2 (#195)
Browse files Browse the repository at this point in the history
* bump to 0.5.2

* add history
  • Loading branch information
zihaoxu98 authored Dec 5, 2024
1 parent 5ed0744 commit d41e130
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 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.1
current_version = 0.5.2
files = appletree/__init__.py
commit = True
tag = True
18 changes: 18 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
v0.5.2 / 2024-12-05
-------------------
* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/XENONnT/appletree/pull/182
* Use `pyproject.toml` to install appletree by @dachengx in https://github.com/XENONnT/appletree/pull/184
* Fix backend filename if the user changes the h5 filename by @zihaoxu98 in https://github.com/XENONnT/appletree/pull/185
* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/XENONnT/appletree/pull/183
* use mongo downloader in utilix by @yuema137 in https://github.com/XENONnT/appletree/pull/190
* Add `utilix` to `pyproject.toml` by @dachengx in https://github.com/XENONnT/appletree/pull/191
* Update utilix dependency by @yuema137 in https://github.com/XENONnT/appletree/pull/192
* Switch to master for docformatter by @dachengx in https://github.com/XENONnT/appletree/pull/194
* More options for get_post_parameters by @zihaoxu98 in https://github.com/XENONnT/appletree/pull/193

New Contributors
* @yuema137 made their first contribution in https://github.com/XENONnT/appletree/pull/190

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


v0.5.1 / 2024-07-31
-------------------
* Fix S1 bias coordinate by @zihaoxu98 in https://github.com/XENONnT/appletree/pull/174
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.1"
__version__ = "0.5.2"

# stop jax to preallocate memory
import os
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "appletree"
version = "0.5.1"
version = "0.5.2"
description = "A high-Performance Program simuLatEs and fiTs REsponse of xEnon."
readme = "README.md"
authors = [
Expand Down

0 comments on commit d41e130

Please sign in to comment.