mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +03:00
Increase version to 3.1.4
This commit is contained in:
parent
bb4ad5eb62
commit
17a880f161
|
@ -11,6 +11,11 @@ Development version
|
||||||
-------------------
|
-------------------
|
||||||
- No features.
|
- No features.
|
||||||
|
|
||||||
|
3.1.4
|
||||||
|
-----
|
||||||
|
- Move ``inline`` functions from class level to module level for removing them
|
||||||
|
from virtual table and enable inlining.
|
||||||
|
|
||||||
3.1.3
|
3.1.3
|
||||||
-----
|
-----
|
||||||
- Fix flake8 ``E305`` error in examples.
|
- Fix flake8 ``E305`` error in examples.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
VERSION = '3.1.3'
|
VERSION = '3.1.4'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user