Skip to content

Commit

Permalink
prepare to release 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samvanstroud committed Feb 13, 2024
1 parent bc6b087 commit 598474a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### [Latest]

### [v0.3.2] (2024/02/13)
- Added ability to plot from yaml configs [!204](https://github.com/umami-hep/puma/pull/204)
- Add support for multiple perf_vars in HLAPI [!233](https://github.com/umami-hep/puma/pull/233)
- Remove scipy dependency [!232](https://github.com/umami-hep/puma/pull/232)
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.1"
__version__ = "0.3.2"

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

0 comments on commit 598474a

Please sign in to comment.