Skip to content

Commit

Permalink
Release version 0.1.28
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Pereira de Vasconcelos <tomasvasconcelos1@gmail.com>
  • Loading branch information
tpvasconcelos committed Oct 16, 2024
1 parent ee7c27f commit ae67bb1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.27
current_version = 0.1.28
commit = True
commit_args = -s
message = Release version {new_version}
Expand Down
7 changes: 7 additions & 0 deletions docs/reference/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This document outlines the list of changes to ridgeplot between each release. Fo
Unreleased changes
------------------

- ...

---

0.1.28
------

### Features

- Add new `"trace-index-row-wise"` colormode ({gh-pr}`224`)
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import pytest

V_EXPECTED = "0.1.27"
V_EXPECTED = "0.1.28"


def get_number(v_component: str) -> int:
Expand Down

0 comments on commit ae67bb1

Please sign in to comment.