Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
New release (v0.6.0) (#359)
Browse files Browse the repository at this point in the history
* Update HISTORY for the release

* Bump version: 0.5.13 → 0.6.0

* temp fix

* Revert "temp fix"

This reverts commit eca22c6.

* Add last PR

Co-authored-by: Joran R. Angevaare <jorana@nikhef.nl>
  • Loading branch information
ramirezdiego and JoranAngevaare authored Apr 6, 2022
1 parent 2093bb5 commit 4e2857b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[bumpversion]
current_version = 0.5.13
current_version = 0.6.0
files = setup.py wfsim/__init__.py
commit = True
tag = True

13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v0.6.0 / 2022-04-05
===================
* No dependabot in WFSim (#358)
* AP probability for photons emitting double PE (#340)
* FDC quick fix (#285)
* SE shape: optical propagation + anode focusing (#320)
* Fix CIV and average drift velocity implementation (#338)
* Test with straxen 1.5.0 (#337)
* Sort afterpulses by channel (#321)
* Reduce warnings (#317)
* Test with latest straxen (#322)
* Up py version (#316)

v0.5.13 / 2022-01-17
====================
* Save full truth output (#288)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name='wfsim',
version='0.5.13',
version='0.6.0',
description='XENONnT Waveform simulator',
author='Wfsim contributors, the XENON collaboration',
url='https://github.com/XENONnT/wfsim',
Expand Down
2 changes: 1 addition & 1 deletion wfsim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.13"
__version__ = "0.6.0"

from .core.afterpulse import *
from .core.pulse import *
Expand Down

0 comments on commit 4e2857b

Please sign in to comment.