Skip to content

Commit

Permalink
Release v6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleAalbers committed Mar 12, 2017
1 parent 8183c30 commit b64d819
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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 = 6.6.0
current_version = 6.6.1
files = setup.py pax/__init__.py
commit = True
tag = True
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
History
-------

------------------
6.6.1 (2017-03-11)
------------------
* Updated field correction and S1 LCE map (#551)
* Fix typo in S1 Area fraction top computation (#550)

------------------
6.6.0 (2017-03-08)
------------------
* Updates to data files:
* S1(x,y,z) relative light yield map (#548)
* S2(x,y) relative light yield map (#535)
* Neural net (#531)
* S1 area fraction top probability computed (#533)
Expand Down
2 changes: 1 addition & 1 deletion pax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__author__ = 'Christopher Tunnell'
__email__ = '[email protected]'
__version__ = '6.6.0'
__version__ = '6.6.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

setup(
name='pax',
version='6.6.0',
version='6.6.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',
Expand Down

0 comments on commit b64d819

Please sign in to comment.