0.10.4 release

This commit is contained in:
Roman Mogilatov 2015-11-02 10:58:09 +02:00
parent dd4e6d4aa0
commit addbd16b3b
2 changed files with 5 additions and 1 deletions

View File

@ -39,7 +39,7 @@ from .utils import ensure_is_catalog_bundle
from .errors import Error from .errors import Error
VERSION = '0.10.3' VERSION = '0.10.4'
__all__ = ( __all__ = (

View File

@ -7,6 +7,10 @@ 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`_
0.10.4
------
- Remove VERSION file from MANIFEST.in.
0.10.3 0.10.3
------ ------
- Update example docblocks. - Update example docblocks.