Skip to content

Commit

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

* Bump version: 1.6.1 → 1.6.2
  • Loading branch information
dachengx authored Apr 5, 2024
1 parent 24abd04 commit ebcb699
Show file tree
Hide file tree
Showing 5 changed files with 20 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.6.1
current_version = 1.6.2
files = setup.py strax/__init__.py docs/source/conf.py
commit = True
tag = True
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
1.6.2 / 2024-04-04
---------------------
* Use parentheses to separate the class name and attributes in the representation of StorageFrontend by @dachengx in https://github.com/AxFoundation/strax/pull/809
* Specifically install `lxml_html_clean` by @dachengx in https://github.com/AxFoundation/strax/pull/812
* Add a function to purge unused configs by @dachengx in https://github.com/AxFoundation/strax/pull/800
* Warn if user checks is_stored for plugin not always saved by @cfuselli in https://github.com/AxFoundation/strax/pull/796
* Bump urllib3 from 2.2.0 to 2.2.1 in /extra_requirements by @dependabot in https://github.com/AxFoundation/strax/pull/808
* Do not call `get_components` in `is_stored` by @dachengx in https://github.com/AxFoundation/strax/pull/813

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

**Full Changelog**: https://github.com/AxFoundation/strax/compare/v1.6.1...v1.6.2


1.6.1 / 2024-02-17
---------------------
* Remove a redundant function and fix some style by @dachengx in https://github.com/AxFoundation/strax/pull/795
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
# built documents.
#
# The short X.Y version.
version = "1.6.1"
version = "1.6.2"
# The full version, including alpha/beta/rc tags.
release = "1.6.1"
release = "1.6.2"

# 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 @@ -20,7 +20,7 @@ def open_requirements(path):

setuptools.setup(
name="strax",
version="1.6.1",
version="1.6.2",
description="Streaming analysis for xenon TPCs",
author="strax developers",
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.6.1"
__version__ = "1.6.2"

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

0 comments on commit ebcb699

Please sign in to comment.