Skip to content

Commit d39378b

Browse files
release: prepare v3.1.4 release
1 parent 738a7d2 commit d39378b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

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

8989
## Changes
9090

91+
### 3.1.4
92+
93+
- Sort column by opposing row
94+
9195
### 3.1.3
96+
9297
- Bug fix for _Strand.table_percentages
9398

9499
### 3.1.2

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.3"
5+
__version__ = "3.1.4"

0 commit comments

Comments
 (0)