Skip to content

Commit a1cd14e

Browse files
committed
Release version 0.6.0
Signed-off-by: Tomas Pereira de Vasconcelos <tomasvasconcelos1@gmail.com>
1 parent 5cd512a commit a1cd14e

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.5.0
2+
current_version = 0.6.0
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.6.0
13+
------
14+
815
- Add support for Python 3.14, in accordance with the official Python support policy[^1] ({gh-pr}`346`)
916

1017
### Bug fixes

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.5.0"
7+
V_EXPECTED = "0.6.0"
88

99

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

0 commit comments

Comments
 (0)