Fix minor typo in readme

This commit is contained in:
Roman Mogilatov 2016-11-13 11:52:09 +02:00
parent 079d3f5ea7
commit a1f2a14a03
3 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -11,6 +11,10 @@ Development version
-------------------
- No features.
3.1.1
-----
- Fix minor typo in README.
3.1.0
-----
- Add "Services mini application" example.

View File

@ -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