Skip to content

Commit

Permalink
Bump version to 6.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleAalbers committed Feb 15, 2017
1 parent 1138e05 commit 5755ded
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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.3.2
current_version = 6.3.3
files = setup.py pax/__init__.py
commit = True
tag = True
Expand Down
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
History
-------

------------------
6.3.3 (2017-02-14)
------------------
* Fix for rare edge cases (#499)
* ROOT-based event display (#503)
* Fax update: afterpulses, gains, S2 AFT (#502)
* Add run number to plot_dir filename (#500)

------------------
6.3.2 (2017-02-13)
------------------
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.3.2'
__version__ = '6.3.3'
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.3.2',
version='6.3.3',
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 5755ded

Please sign in to comment.