diff --git a/HISTORY.rst b/HISTORY.rst index 7f1160cf..6bacbf3f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,14 @@ History ------- ------------------ -6.7.0 (2017-08-07) +6.8.0.1 (2018-08-02) +------------------ +* Lowering the tight coincidence threshold to 2 (c24334e) +* Variable coincidence levels for different window sizes (#710) +* Store per channel contribution to tight coincidence (#641) + +------------------ +6.8.0 (2017-08-07) ------------------ * Two step gap clustering (#596) * Add data-driven SPE distributions for each channel (fax) (#595) diff --git a/pax/__init__.py b/pax/__init__.py index cc7659e1..0d9b6822 100755 --- a/pax/__init__.py +++ b/pax/__init__.py @@ -7,4 +7,4 @@ __author__ = 'Christopher Tunnell' __email__ = 'ctunnell@nikhef.nl' -__version__ = '6.8.0' +__version__ = '6.8.0.1' diff --git a/setup.py b/setup.py index 213508e2..ee27f6a3 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( name='pax', - version='6.8.0', + version='6.8.0.1', description='PAX is the raw data processor for LXe TPCs.', long_description=readme + '\n\n' + history, author='Christopher Tunnell and Jelle Aalbers for the XENON1T collaboration',