Skip to content

Commit

Permalink
Prepare upcoming release v1.2.5 (2019-02-28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tantale committed Feb 28, 2019
1 parent 2bcf823 commit 6ccea74
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
(only in comment or documentation).


v1.2.5 (unreleased)
v1.2.5 (2019-02-28)
===================

Bug fix release
Expand Down Expand Up @@ -130,6 +130,26 @@ Removed
which still require those versions should pin Deprecated to ``< 1.2``.


v1.1.5 (2019-02-28)
===================

Bug fix release

Fix
---

- Fix #6: Use :func:`inspect.isroutine` to check if the wrapped object is a user-defined or built-in function or method.

Other
-----

- Upgrade Tox configuration to add support for Python 3.7.
Also, fix PyTest version for Python 2.7 and 3.4 (limited support).
Remove dependency 'requests[security]': useless to build documentation.

- Upgrade project configuration (``setup.py``) to add support for Python 3.7.


v1.1.4 (2018-11-03)
===================

Expand Down

0 comments on commit 6ccea74

Please sign in to comment.