File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33[ ![ Documentation Status] ( https://readthedocs.org/projects/python-helpers/badge/?version=latest )] ( https://python-helpers.readthedocs.io/en/latest/?badge=latest )
44[ ![ Build Status] ( https://travis-ci.com/Privex/python-helpers.svg?branch=master )] ( https://travis-ci.com/Privex/python-helpers )
55[ ![ Codecov] ( https://img.shields.io/codecov/c/github/Privex/python-helpers )] ( https://codecov.io/gh/Privex/python-helpers )
6- [ ![ PyPi Version] ( https://img.shields.io/pypi/v/privex-jsonrpc .svg )] ( https://pypi.org/project/privex-helpers/ )
6+ [ ![ PyPi Version] ( https://img.shields.io/pypi/v/privex-helpers .svg )] ( https://pypi.org/project/privex-helpers/ )
77![ License Button] ( https://img.shields.io/pypi/l/privex-helpers )
88![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/privex-helpers )
99![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/privex-helpers )
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def _setup_logging(level=logging.WARNING):
6464log = _setup_logging ()
6565name = 'helpers'
6666
67- VERSION = '1.3.0.post2 '
67+ VERSION = '1.3.0.post3 '
6868
6969class ImproperlyConfigured (Exception ):
7070 """Placeholder in-case this fails to import from django.core.exceptions"""
You can’t perform that action at this time.
0 commit comments