diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a2206ed..762e32d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.14.1"} +{".":"1.14.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index dfa1946..c7cca32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.14.2](https://github.com/RicardoRyn/plotfig/compare/v1.14.1...v1.14.2) (2026-01-19) + + +### Bug Fixes 🔧 + +* **deps:** pin surfplot to 0.3.0rc0 and add uv workspace config ([b6e179f](https://github.com/RicardoRyn/plotfig/commit/b6e179faf878027d983239d14418f8b5ad4d6053)) + ## [1.14.1](https://github.com/RicardoRyn/plotfig/compare/v1.14.0...v1.14.1) (2026-01-19) diff --git a/pyproject.toml b/pyproject.toml index ec8ff3f..0dc3915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "plotfig" -version = "1.14.1" +version = "1.14.2" description = "Scientific plotting package for Cognitive neuroscience" keywords = ["neuroscience", "plotting", "visualization"] readme = "README.md"