Skip to content

Commit

Permalink
Bump to v1.5.4 (#759)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Bump version: 1.5.3 → 1.5.4
  • Loading branch information
dachengx committed Sep 19, 2023
1 parent e3692be commit 5aba752
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 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 = 1.5.3
current_version = 1.5.4
files = setup.py strax/__init__.py docs/source/conf.py
commit = True
tag = True
12 changes: 12 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.5.4 / 2023-09-19
---------------------
* Split compare_metadata into utils.compare_meta by @dachengx in https://github.com/AxFoundation/strax/pull/754
* Change endtime - time >= 0 to endtime >= time by @JYangQi00 in https://github.com/AxFoundation/strax/pull/756
* Mandatorily wrap `_read_chunk` in a `check_chunk_n` decorator by @dachengx in https://github.com/AxFoundation/strax/pull/758

New Contributors
* @JYangQi00 made their first contribution in https://github.com/AxFoundation/strax/pull/756

**Full Changelog**: https://github.com/AxFoundation/strax/compare/v1.5.3...v1.5.4


1.5.3 / 2023-08-29
---------------------
* Add small selection functions by @WenzDaniel in https://github.com/AxFoundation/strax/pull/746
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = '1.5.3'
version = '1.5.4'
# The full version, including alpha/beta/rc tags.
release = '1.5.3'
release = '1.5.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def open_requirements(path):
history = file.read()

setuptools.setup(name='strax',
version='1.5.3',
version='1.5.4',
description='Streaming analysis for xenon TPCs',
author='Jelle Aalbers',
url='https://github.com/AxFoundation/strax',
Expand Down
2 changes: 1 addition & 1 deletion strax/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# flake8: noqa
__version__ = '1.5.3'
__version__ = '1.5.4'

# Glue the package together
# See https://www.youtube.com/watch?v=0oTh1CXRaQ0 if this confuses you
Expand Down

0 comments on commit 5aba752

Please sign in to comment.