Skip to content

Commit 5f1e586

Browse files
release: prepare v3.1.2 release
1 parent 441777c commit 5f1e586

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
![Build Status](https://github.com/Crunch-io/crunch-cube/workflows/CI/badge.svg?branch=master)
44
![Coverage Status](https://codecov.io/gh/Crunch-io/crunch-cube/branch/master/graph/badge.svg?token=C6auKOj8tZ)
55
![Documentation Status](https://readthedocs.org/projects/crunch-cube/badge/?version=latest)
6-
---
76

7+
---
88
Open Source Python implementation of the API for working with CrunchCubes
99

1010
## Introduction
@@ -82,12 +82,16 @@ simple as:
8282

8383
## Complete API Doc
8484

85-
Please visit https://crunch-cube.readthedocs.io/en/latest for the API reference.
85+
Please visit <https://crunch-cube.readthedocs.io/en/latest> for the API reference.
8686

8787
---
8888

8989
## Changes
9090

91+
### 3.1.2
92+
93+
- Bug fix for scale mean diff rows and cols
94+
9195
### 3.1.1
9296

9397
- Bug fix for 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.1"
5+
__version__ = "3.1.2"

0 commit comments

Comments
 (0)