Skip to content

Commit

Permalink
release: prepare v3.0.35 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gergness committed Sep 6, 2023
1 parent 6a74213 commit 1d2759c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# History of Changes

### 3.0.31
- Fix `null` view in dimension dict

### 3.0.30
- Date format representation
- Fix payload order for insertions in weird order
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ The detailed description can be found

## Changes

### 3.0.35
- Fix bug where categorical dimension would sometimes be interpreted as `MR_CATS`.

### 3.0.34
- Fix bug with significance testing with overlaps and subtotals

Expand All @@ -120,8 +123,5 @@ The detailed description can be found
### 3.0.32
- Simply code (Cube and Dimension modules refactoring)

### 3.0.31
- Fix `null` view in dimension dict


For a complete list of changes see [history](https://github.com/Crunch-io/crunch-cube/blob/master/HISTORY.md).
2 changes: 1 addition & 1 deletion src/cr/cube/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

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

__version__ = "3.0.34"
__version__ = "3.0.35"

0 comments on commit 1d2759c

Please sign in to comment.