mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Fix minor typo in readme
This commit is contained in:
parent
079d3f5ea7
commit
a1f2a14a03
|
@ -11,6 +11,7 @@ dependency injection pattern in formal, pretty, Pythonic way.
|
|||
+ Easy, smart, pythonic style.
|
||||
+ Obvious, clear structure.
|
||||
+ Extensibility and flexibility.
|
||||
+ High performance.
|
||||
+ Memory efficiency.
|
||||
+ Thread safety.
|
||||
+ Documentation.
|
||||
|
|
|
@ -11,6 +11,10 @@ Development version
|
|||
-------------------
|
||||
- No features.
|
||||
|
||||
3.1.1
|
||||
-----
|
||||
- Fix minor typo in README.
|
||||
|
||||
3.1.0
|
||||
-----
|
||||
- Add "Services mini application" example.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Dependency injector top-level package."""
|
||||
|
||||
VERSION = '3.1.0'
|
||||
VERSION = '3.1.1'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user