Skip to content

Releases: kpn/py-fqn-decorators

2.0.2

04 Apr 08:11
b59bf6e
Compare
Choose a tag to compare

FIX: overridden FQN isn't propagated to the inner decorator instance. Added GH actions.

2.0.1

31 Mar 15:42
5058a6c
Compare
Choose a tag to compare

FIX: overridden FQN isn't propagated to the inner decorator instance.

Dropping old pythons

01 Dec 22:14
7e9541a
Compare
Choose a tag to compare
Merge pull request #19 from aikikode/feature/drop_27_support

BREAK: remove 2.7 support; remove docker; use travis python

Build process optimization

04 Nov 21:08
406582a
Compare
Choose a tag to compare
  • use Markdown for description on pypi and github
  • use twine to upload packages

Build process optimization

04 Nov 15:34
Compare
Choose a tag to compare
Pre-release
1.2.5b1

FIX: update pypi credentials in .travis.yml

Asynchronous decorator improvements

01 Nov 12:12
070d010
Compare
Choose a tag to compare

FIX: Enable async decorator parametrization

Python 3.7 support and additional fixes

04 Jan 14:35
b4807ef
Compare
Choose a tag to compare
Merge pull request #10 from igbun/master

FIX PyPi credentials.

Python 3.7 support and additional fixes

07 Dec 17:54
8d64832
Compare
Choose a tag to compare
Merge pull request #9 from kammala/master

FIX changed publish creds in travis

Python 3.7 support

04 Dec 16:47
206d9d2
Compare
Choose a tag to compare
Merge pull request #8 from kammala/py37

OPT python3.7 support

Official Python3.6 support

15 Aug 11:15
Compare
Choose a tag to compare

Switched to using Python 3.6 as default. Include testing of Python 3.6.
Removed test dependency pkgversion from the setup.py dependencies.