Fix
-
Fix #45: Change the signature of the :func:
~deprecated.sphinx.deprecateddecorator to reflect
the valid use cases. -
Fix #48: Fix
versionaddedandversionchangeddecorators: do not return a decorator factory,
but a Wrapt adapter.
Other
-
Fix configuration for AppVeyor: simplify the test scripts and set the version format to match the current version.
-
Change configuration for Tox:
- change the requirements for
pipto "pip >= 9.0.3, < 21" (Python 2.7, 3.4 and 3.5). - install
typingwhen building on Python 3.4 (required by Pytest->Attrs). - run unit tests on Wrapt 1.13 (release candidate).
- change the requirements for
-
Migrating project to
travis-ci.com <https://travis-ci.com/github/tantale/deprecated>_.