Skip to content

Commit f123f26

Browse files
docs: extend migrate.py deprecation timeline to 2.3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bf7c442 commit f123f26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/datajoint/migrate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
.. note::
99
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.
10+
It will be deprecated in DataJoint 2.1 and removed in 2.3.
1111
Complete your migrations while on DataJoint 2.0.
1212
1313
Note on Terminology
@@ -32,7 +32,7 @@
3232
# Show deprecation warning starting in 2.1
3333
if Version(__version__) >= Version("2.1"):
3434
warnings.warn(
35-
"datajoint.migrate is deprecated and will be removed in DataJoint 2.2. "
35+
"datajoint.migrate is deprecated and will be removed in DataJoint 2.3. "
3636
"Complete your schema migrations before upgrading.",
3737
DeprecationWarning,
3838
stacklevel=2,

0 commit comments

Comments
 (0)