Skip to content

Commit 3b92517

Browse files
authored
Release 1.6.1 (#365)
* Update HISTORY.md for version 1.6.1 changes * Bump version from 1.6.0 to 1.6.1 * Bump version to 1.6.1 * Bump version from 1.6.0 to 1.6.1 * Update PyPI publish action to use specific release * Upgrade pypa/gh-action-pypi-publish version Updated the version of the pypa/gh-action-pypi-publish action to v1.13.0. * Update PyPI publish action version
1 parent a96c662 commit 3b92517

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.6.0
2+
current_version = 1.6.1
33
commit = True
44
tag = True
55

.github/workflows/python_publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
- name: Build package
3434
run: python -m build
3535
- name: Publish package
36-
uses: pypa/gh-action-pypi-publish@master
36+
uses: pypa/gh-action-pypi-publish@release/v1
37+
3738
with:
3839
user: __token__
3940
password: ${{ secrets.PYPI_API_TOKEN }}

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.6.1 / 2026-01-05
2+
------------------
3+
* Be compatible with https://github.com/XENONnT/straxen/pull/1626 (https://github.com/XENONnT/fuse/pull/363)
4+
* Minor fix on https://github.com/XENONnT/fuse/pull/363 (https://github.com/XENONnT/fuse/pull/364)
5+
6+
17
1.6.0 / 2025-09-25
28
------------------
39
* Use stable `sort` and `argsort` to avoid indeterministic result (https://github.com/XENONnT/fuse/pull/336)

fuse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.6.0"
1+
__version__ = "1.6.1"
22

33
from . import dtypes
44
from .dtypes import *

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "xenon-fuse"
4-
version = "1.6.0"
4+
version = "1.6.1"
55
description = "XENON Framework for Unified Simulations of Events"
66
authors = [
77
"Henning Schulze Eißing, <h_schu55@uni-muenster.de>",

0 commit comments

Comments
 (0)