We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7c442 commit f123f26Copy full SHA for f123f26
src/datajoint/migrate.py
@@ -7,7 +7,7 @@
7
8
.. note::
9
This module is provided temporarily to assist with migration from pre-2.0.
10
- It will be deprecated in DataJoint 2.1 and removed in 2.2.
+ It will be deprecated in DataJoint 2.1 and removed in 2.3.
11
Complete your migrations while on DataJoint 2.0.
12
13
Note on Terminology
@@ -32,7 +32,7 @@
32
# Show deprecation warning starting in 2.1
33
if Version(__version__) >= Version("2.1"):
34
warnings.warn(
35
- "datajoint.migrate is deprecated and will be removed in DataJoint 2.2. "
+ "datajoint.migrate is deprecated and will be removed in DataJoint 2.3. "
36
"Complete your schema migrations before upgrading.",
37
DeprecationWarning,
38
stacklevel=2,
0 commit comments