1.11.0 release

This commit is contained in:
Roman Mogilatov 2015-11-26 15:50:12 +02:00
parent 1ecd24af7d
commit 2103420fb9
3 changed files with 11 additions and 2 deletions

View File

@ -47,7 +47,7 @@ from .errors import UndefinedProviderError
from . import catalogs from . import catalogs
catalog = catalogs catalog = catalogs
VERSION = '0.11.0' VERSION = '1.11.0'
"""Version number that follows semantic versioning. """Version number that follows semantic versioning.
:type: str :type: str

View File

@ -11,6 +11,15 @@ Development version
------------------- -------------------
- No features. - No features.
1.11.0
------
Previous state of *Dependency Injector* framework (0.11.0 version) is
considered to be production ready / stable, so current release is considered
to be the first major release.
- Increase major version.
- Backward compatibility with all previous versions above 0.7.6 has been saved.
0.11.0 0.11.0
------ ------
- Rename ``AbstractCatalog`` to ``DeclarativeCatalog`` - Rename ``AbstractCatalog`` to ``DeclarativeCatalog``

View File

@ -75,7 +75,7 @@ setup(name='dependency_injector',
'IoC container', 'IoC container',
], ],
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License', 'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent', 'Operating System :: OS Independent',