You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raise NotImplementedError instead of returning it (#158)
* Raise NotImplementedError instead of returning it
Signed-off-by: Jono Yang <[email protected]>
* Update CHANGELOG.rst
Signed-off-by: Jono Yang <[email protected]>
---------
Signed-off-by: Jono Yang <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
Changelog
2
2
=========
3
3
4
+
Version v31.0.0
5
+
----------------
6
+
7
+
- Raise instead of returning ``NotImplementedError`` in ``version_range.VersionRange`` methods. https://github.com/aboutcode-org/univers/pull/158
0 commit comments