We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6046c commit 3e400d3Copy full SHA for 3e400d3
src/tuneinsight/utils/deprecation.py
@@ -2,7 +2,7 @@
2
3
import warnings
4
5
-DEPRECATION_VERSION = "1.3.0"
+DEPRECATION_VERSION = "1.4.0"
6
MESSAGE = "⚠️ {} is deprecated and will be removed in the next major version (v{})."
7
RECOMMENDATION = " 👉 Use {} instead."
8
BREAKING = " 🚫 A breaking change was introduced: please update your code now."
0 commit comments