Skip to content

Commit 9115395

Browse files
release: prepare v3.2.1 release
1 parent a7ff8a0 commit 9115395

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,18 @@ simple as:
8585
Please visit <https://crunch-cube.readthedocs.io/en/latest> for the API reference.
8686

8787
---
88+
8889
## Changes
8990

91+
### 3.2.1
92+
93+
- Fix translate_element_id when is is None
94+
9095
### 3.2.0
9196

9297
- Add table code and label
9398
- Cleanup repo
9499

95-
## Changes
96-
97100
### 3.1.5
98101

99102
- Add audience ratio measure

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.2.0"
5+
__version__ = "3.2.1"

0 commit comments

Comments
 (0)