Skip to content

Commit 9e11deb

Browse files
authored
Hotfix: expose LifeCycleError in lifecycle package (#641)
1 parent a97f9f8 commit 9e11deb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**3.4.15 - 08/29/25**
2+
3+
- Hotfix: expose LifeCycleError in lifecycle package
4+
5+
**3.4.14 - 08/29/25**
16

27
- Refactor lifecycle system into a package
38
- Introduce lifecycle_states module with string constants for lifecycle state names

src/vivarium/framework/lifecycle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
3232
"""
3333

34-
from vivarium.framework.lifecycle.exceptions import ConstraintError
34+
from vivarium.framework.lifecycle.exceptions import ConstraintError, LifeCycleError
3535
from vivarium.framework.lifecycle.interface import LifeCycleInterface
3636
from vivarium.framework.lifecycle.manager import LifeCycleManager

0 commit comments

Comments
 (0)