Skip to content

Releases: laurent-laporte-pro/deprecated

v1.1.5 - Bug fix Release

18 Jul 21:42
Compare
Choose a tag to compare
Bump version: 1.1.4 → 1.1.5

v1.2.4 - Bug fix release

03 Nov 21:49
Compare
Choose a tag to compare

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

03 Nov 21:48
Compare
Choose a tag to compare

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

13 Sep 11:11
Compare
Choose a tag to compare

Fix #3: deprecated.sphinx decorators don't update the docstring.

v1.2.2 - Bug fix release

04 Sep 20:30
Compare
Choose a tag to compare

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

03 Sep 11:49
Compare
Choose a tag to compare

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

27 Aug 10:05
Compare
Choose a tag to compare
  • Add a MANIFEST.in file to package additional files like "LICENSE.rst" in the source distribution.

v1.1.2 - Bug fix release

27 Aug 09:31
Compare
Choose a tag to compare
  • Add a MANIFEST.in file to package additional files like "LICENSE.rst" in the source distribution.