File tree Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Expand file tree Collapse file tree 6 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 5050 env : TOXENV=py38
5151 install : pip install tox
5252 script : tox
53+ - python : 3.9
54+ env : TOXENV=py39
55+ install : pip install tox
56+ script : tox
5357 - python : pypy
5458 env : TOXENV=pypy
5559 install : pip install tox
Original file line number Diff line number Diff line change 3838.. image :: https://api.travis-ci.com/ets-labs/python-dependency-injector.svg?branch=master
3939 :target: https://travis-ci.com/github/ets-labs/python-dependency-injector
4040 :alt: Build Status
41-
42- .. image :: https://readthedocs.org/projects/python-dependency-injector/badge/?version=latest
43- :target: https://python-dependency-injector.ets-labs.org/
44- :alt: Docs Status
45-
41+
4642.. image :: https://coveralls.io/repos/github/ets-labs/python-dependency-injector/badge.svg?branch=master
4743 :target: https://coveralls.io/github/ets-labs/python-dependency-injector?branch=master
4844 :alt: Coverage Status
@@ -146,7 +142,7 @@ The package is available on the `PyPi`_::
146142Documentation
147143-------------
148144
149- The documentation is available on the ` Read The Docs <https://python-dependency-injector.ets-labs.org/ >`_
145+ The documentation is available ` here <https://python-dependency-injector.ets-labs.org/ >`_
150146
151147Examples
152148--------
Original file line number Diff line number Diff line change @@ -54,10 +54,6 @@ Dependency Injector --- Dependency injection framework for Python
5454 :target: https://travis-ci.com/github/ets-labs/python-dependency-injector
5555 :alt: Build Status
5656
57- .. image :: https://readthedocs.org/projects/python-dependency-injector/badge/?version=latest
58- :target: https://python-dependency-injector.ets-labs.org/
59- :alt: Docs Status
60-
6157.. image :: https://coveralls.io/repos/github/ets-labs/python-dependency-injector/badge.svg?branch=master
6258 :target: https://coveralls.io/github/ets-labs/python-dependency-injector?branch=master
6359 :alt: Coverage Status
Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ that were made in every particular version.
77From version 0.7.6 *Dependency Injector * framework strictly
88follows `Semantic versioning `_
99
10+ 4.2.0
11+ -----
12+ - Add support of Python 3.9.
13+ - Update readme.
14+
10154.1.8
1116-----
1217- Update asyncio daemon, single- and multi-container examples to use ``Resource `` provider.
Original file line number Diff line number Diff line change 9898 'Programming Language :: Python :: 3.6' ,
9999 'Programming Language :: Python :: 3.7' ,
100100 'Programming Language :: Python :: 3.8' ,
101+ 'Programming Language :: Python :: 3.9' ,
101102 'Programming Language :: Python :: Implementation :: CPython' ,
102103 'Programming Language :: Python :: Implementation :: PyPy' ,
103104 'Framework :: AsyncIO' ,
Original file line number Diff line number Diff line change 11"""Top-level package."""
22
3- __version__ = '4.1.8 '
3+ __version__ = '4.2.0 '
44"""Version number.
55
66:type: str
You can’t perform that action at this time.
0 commit comments