diff --git a/release-notes/0.11.1.md b/release-notes/0.11.1.md new file mode 100644 index 000000000..52b8612ae --- /dev/null +++ b/release-notes/0.11.1.md @@ -0,0 +1,6 @@ +# Release notes for cobrapy 0.11.1 + +## Fixes + +* Catch all `optlang` errors and re-raise them as `OptimizationError` with + corresponding message.