Skip to content

Commit 75c2716

Browse files
release: prepare v3.1.1 release
1 parent 6935f6b commit 75c2716

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ Please visit https://crunch-cube.readthedocs.io/en/latest for the API reference.
8888

8989
## Changes
9090

91+
### 3.1.1
92+
93+
- Bug fix for subtotal diff (wave difference) for categorical date dimensions
94+
9195
### 3.1.0
9296

9397
- Subtotal diff (wave difference) for categorical date dimensions

src/cr/cube/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
"""Initialization module for crunch-cube package."""
44

5-
__version__ = "3.1.0"
5+
__version__ = "3.1.1"

0 commit comments

Comments
 (0)