Skip to content

Commit 679ab54

Browse files
committed
MNT: update deprecation plans
1 parent 179b96e commit 679ab54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/diffpy/srreal/_version_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
__git_commit__ = cp['commit']
4545
__timestamp__ = int(cp['timestamp'])
4646

47-
# TODO remove deprecated __gitsha__ in version 1.3.
47+
# TODO remove deprecated __gitsha__ in version 1.4.
4848
__gitsha__ = __git_commit__
4949

5050
del cp, fcfg, fp, kwords

src/diffpy/srreal/structureconverters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
# Converter for Structure class from diffpy.structure ------------------------
2626

27-
# TODO prune when Python 2 support is dropped.
27+
# TODO prune in version 1.4.
2828
@RegisterStructureAdapter('diffpy.Structure.structure.Structure')
2929
@RegisterStructureAdapter('diffpy.structure.structure.Structure')
3030
def convertDiffPyStructure(stru):

0 commit comments

Comments
 (0)