Skip to content

Commit cf6afe8

Browse files
committed
chore(main): release 1.13.0
1 parent 6a63ffe commit cf6afe8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.12.1"}
1+
{".":"1.13.0"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.13.0](https://github.com/RicardoRyn/plotfig/compare/v1.12.1...v1.13.0) (2025-12-08)
4+
5+
6+
### Features ✨
7+
8+
* **bar:** add customizable y_base and interval for significance annotations ([b544985](https://github.com/RicardoRyn/plotfig/commit/b544985ac29208885c9ef24d80c30bd17ce25e05)), closes [#61](https://github.com/RicardoRyn/plotfig/issues/61)
9+
310
## [1.12.1](https://github.com/RicardoRyn/plotfig/compare/v1.12.0...v1.12.1) (2025-11-24)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "plotfig"
3-
version = "1.12.1"
3+
version = "1.13.0"
44
description = "Scientific plotting package for Cognitive neuroscience"
55
keywords = ["neuroscience", "plotting", "visualization"]
66
readme = "README.md"

0 commit comments

Comments
 (0)