Skip to content

Commit

Permalink
bump to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
samvanstroud committed Mar 8, 2024
1 parent 4adc5c0 commit c0a2227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

### [Latest]

### [v0.3.4] (2024/02/26)
- Better filenames when using HLAPI [!256](https://github.com/umami-hep/puma/pull/256)
- Switch to MkDocs for documentation [!254](https://github.com/umami-hep/puma/pull/254)
- Fixed minor bug in HF vertex merging [!255](https://github.com/umami-hep/puma/pull/255)
Expand Down
2 changes: 1 addition & 1 deletion puma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# flake8: noqa

__version__ = "0.3.3"
__version__ = "0.3.4"

from puma.histogram import Histogram, HistogramPlot
from puma.integrated_eff import IntegratedEfficiency, IntegratedEfficiencyPlot
Expand Down

0 comments on commit c0a2227

Please sign in to comment.