Skip to content

Commit 49b2403

Browse files
committed
Release version 0.3.2
Signed-off-by: Tomas Pereira de Vasconcelos <tomasvasconcelos1@gmail.com>
1 parent f3082d8 commit 49b2403

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.1
2+
current_version = 0.3.2
33
commit = True
44
commit_args = -s
55
message = Release version {new_version}

docs/reference/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ This document outlines the list of changes to ridgeplot between each release. Fo
55
Unreleased changes
66
------------------
77

8+
- ...
9+
10+
---
11+
12+
0.3.2
13+
------
14+
815
### Internal
916

1017
- Fix regression tests for Plotly 6.0+ by updating the JSON test artifacts ({gh-pr}`313`)

tests/unit/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import pytest
66

7-
V_EXPECTED = "0.3.1"
7+
V_EXPECTED = "0.3.2"
88

99

1010
def get_number(v_component: str) -> int:

0 commit comments

Comments
 (0)