mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Bump version to 3.14.1
This commit is contained in:
parent
ce3ea6c9c1
commit
1f2c626b03
|
@ -7,8 +7,8 @@ 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`_
|
||||||
|
|
||||||
Development version
|
3.14.1
|
||||||
-------------------
|
------
|
||||||
- Fix bug `#208 <https://github.com/ets-labs/python-dependency-injector/issues/208>`_:
|
- Fix bug `#208 <https://github.com/ets-labs/python-dependency-injector/issues/208>`_:
|
||||||
version ``3.14.0`` hasn't worked on Python 3.5.2 (thanks to
|
version ``3.14.0`` hasn't worked on Python 3.5.2 (thanks to
|
||||||
`Jeroen Entjes <https://github.com/JeroenEntjes>`_).
|
`Jeroen Entjes <https://github.com/JeroenEntjes>`_).
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.14.0'
|
__version__ = '3.14.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