Skip to content

Commit 034a475

Browse files
authored
Bump version to 0.1.3 (#77)
* bump version to 0.1.3 * Update changelog
1 parent e0ee393 commit 034a475

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Changelog
22

3-
### Latest
3+
### [v0.1.3]
44

5+
- Adding more flavours to the global config [#73](https://github.com/umami-hep/puma/pull/73)
56
- `ratio_group` in `puma.Histogram` objects can no longer be set via `flavour` argument [#74](https://github.com/umami-hep/puma/pull/74)
6-
77
- Adding example for `plt.show` replacement + adding theme switcher button to docs [#72](https://github.com/umami-hep/puma/pull/72)
88
- Adding `atlas_tag_outside` and change default for `atlas_second_tag` [#71](https://github.com/umami-hep/puma/pull/71)
99
- Change default *bb*-jets colour to dark red and vlines to black [#69](https://github.com/umami-hep/puma/pull/69)

puma/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# flake8: noqa
44
# pylint: skip-file
55

6-
__version__ = "0.1.2dev"
6+
__version__ = "0.1.3"
77

88
from puma.fraction_scan import FractionScan, FractionScanPlot
99
from puma.histogram import Histogram, HistogramPlot

0 commit comments

Comments
 (0)