mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-05-23 23:09:14 +03:00
Bump version to 3.16.1
This commit is contained in:
parent
761fc84658
commit
7c3d961ae7
|
@ -7,9 +7,16 @@ that were made in every particular version.
|
||||||
From version 0.7.6 *Dependency Injector* framework strictly
|
From version 0.7.6 *Dependency Injector* framework strictly
|
||||||
follows `Semantic versioning`_
|
follows `Semantic versioning`_
|
||||||
|
|
||||||
|
3.16.1
|
||||||
|
------
|
||||||
|
- Update ``singleton_thread_locals.py`` to support Python 3 (thanks to
|
||||||
|
`RobinsonMa <https://github.com/RobinsonMa>`_,
|
||||||
|
`PR #252 <https://github.com/ets-labs/python-dependency-injector/pull/252>`_).
|
||||||
|
- Fix Disqus comments.
|
||||||
|
- Fix warnings in API docs.
|
||||||
|
|
||||||
3.16.0
|
3.16.0
|
||||||
------
|
------
|
||||||
|
|
||||||
- Add ``List`` provider
|
- Add ``List`` provider
|
||||||
`issue #243 <https://github.com/ets-labs/python-dependency-injector/issues/243>`_,
|
`issue #243 <https://github.com/ets-labs/python-dependency-injector/issues/243>`_,
|
||||||
`PR #251 <https://github.com/ets-labs/python-dependency-injector/pull/251>`_.
|
`PR #251 <https://github.com/ets-labs/python-dependency-injector/pull/251>`_.
|
||||||
|
@ -19,7 +26,6 @@ follows `Semantic versioning`_
|
||||||
- Add support of six 1.15.0.
|
- Add support of six 1.15.0.
|
||||||
- Regenerate C sources using Cython 0.29.20.
|
- Regenerate C sources using Cython 0.29.20.
|
||||||
|
|
||||||
|
|
||||||
3.15.6
|
3.15.6
|
||||||
------
|
------
|
||||||
- Fix changelog typo.
|
- Fix changelog typo.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.16.0'
|
__version__ = '3.16.1'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user