Skip to content

Commit 2e5a3de

Browse files
Release v0.3.5
1 parent 56f5fb3 commit 2e5a3de

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.3.5] - 2026-05-08
8+
### Changed
9+
- Updated `spine` dependency to v0.10.13 exactly
10+
711
## [0.3.4] - 2026-03-04
812
### Changed
913
- Updated `spine` dependency to v0.10.5+ (includes fix for drawing display info for truth-only data)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maintainers = [
1414
{name = "Francois Drielsma", email = "drielsma@stanford.edu"}
1515
]
1616
dependencies = [
17-
"spine[viz]>=0.10.5",
17+
"spine[viz]==0.10.13",
1818
"dash>=4.0.0",
1919
"flask>=2.0.0",
2020
"flask-session>=0.5.0",

src/spinal_tap/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Module which stores the current software version."""
22

3-
__version__ = "0.3.4"
3+
__version__ = "0.3.5"

0 commit comments

Comments
 (0)