Skip to content

Commit b2e4449

Browse files
committed
release: prepare v3.1.3 release
1 parent fbde71e commit b2e4449

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History of Changes
22

3+
### 3.0.43
4+
5+
- Median measure
6+
37
## 3.0.42
48

59
- Inflate cubes that are single column filters

README.md

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

8989
## Changes
9090

91+
### 3.1.3
92+
- Bug fix for _Strand.table_percentages
93+
9194
### 3.1.2
9295

9396
- Bug fix for scale mean diff rows and cols
@@ -108,8 +111,4 @@ Please visit <https://crunch-cube.readthedocs.io/en/latest> for the API referenc
108111

109112
- Bug fix median measure for exporter
110113

111-
### 3.0.43
112-
113-
- Median measure
114-
115114
For a complete list of changes see [history](https://github.com/Crunch-io/crunch-cube/blob/master/HISTORY.md).

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.2"
5+
__version__ = "3.1.3"

0 commit comments

Comments
 (0)