diff --git a/HISTORY.md b/HISTORY.md index d18710508..bd139fcea 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # History of Changes +#### 1.10.4 +- Fix means on `_Slice` having subtotals. + #### 1.10.3 - Refactor hidden and pruned slices diff --git a/src/cr/cube/__init__.py b/src/cr/cube/__init__.py index a21bc102a..47803f53d 100644 --- a/src/cr/cube/__init__.py +++ b/src/cr/cube/__init__.py @@ -2,6 +2,6 @@ """Initialization module for crunch-cube package.""" -__version__ = "1.11.3" +__version__ = "1.11.4" # NOTE: We'll be switching to 2.0.0 once we throw out the old cube and slice