1 https://github.com/briancurtin/deprecation/issues/60
3 --- deprecation-2.1.0/deprecation.py.orig
4 +++ deprecation-2.1.0/deprecation.py
6 from packaging import version
7 from datetime import date
10 +__version__ = "2.1.0"
12 # This is mostly here so automodule docs are ordered more ideally.
13 __all__ = ["deprecated", "message_location", "fail_if_not_removed",