Releases: laurent-laporte-pro/deprecated
v1.1.5 - Bug fix Release
Bump version: 1.1.4 → 1.1.5
v1.2.4 - Bug fix release
Fix #4: Correct the class ~deprecated.classic.ClassicAdapter
: Don't pass arguments to object.__new__
(other than cls).
Change the configuration for TravisCI and AppVeyor: drop configuration for Python 2.6 and 3.3, add configuration for Python 3.7 (if available).
v1.1.4 - Bug fix release
Fix #4: Correct the function ~deprecated.deprecated
: Don't pass arguments to object.__new__
(other than cls).
Change the configuration for TravisCI and AppVeyor: drop configuration for Python 2.6 and 3.3, add configuration for Python 3.7.
v1.2.3 - Bug fix release
Fix #3: deprecated.sphinx decorators don't update the docstring.
v1.2.2 - Bug fix release
Fix #2: a deprecated class is a class (not a function). Any subclass of a deprecated class is also deprecated.
v1.1.3 - Bug fix release
Fix #2: a deprecated class is a class (not a function). Any subclass of a deprecated class is also deprecated.
v1.2.1 - Bug fix release
- Add a
MANIFEST.in
file to package additional files like "LICENSE.rst" in the source distribution.
v1.1.2 - Bug fix release
- Add a
MANIFEST.in
file to package additional files like "LICENSE.rst" in the source distribution.