We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6935f6b commit 75c2716Copy full SHA for 75c2716
README.md
@@ -88,6 +88,10 @@ Please visit https://crunch-cube.readthedocs.io/en/latest for the API reference.
88
89
## Changes
90
91
+### 3.1.1
92
+
93
+- Bug fix for subtotal diff (wave difference) for categorical date dimensions
94
95
### 3.1.0
96
97
- Subtotal diff (wave difference) for categorical date dimensions
src/cr/cube/__init__.py
@@ -2,4 +2,4 @@
2
3
"""Initialization module for crunch-cube package."""
4
5
-__version__ = "3.1.0"
+__version__ = "3.1.1"
0 commit comments