mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 18:07:44 +03:00 
			
		
		
		
	1.12.0 release
This commit is contained in:
		
							parent
							
								
									ca3cf1a7ac
								
							
						
					
					
						commit
						0d00e2b0f5
					
				| 
						 | 
					@ -56,8 +56,8 @@ Documentation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*Dependency Injector* documentation is hosted on ReadTheDocs:
 | 
					*Dependency Injector* documentation is hosted on ReadTheDocs:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- `Stable version`_
 | 
					- `User's guide`_ 
 | 
				
			||||||
- `Latest version`_
 | 
					- `API docs`_
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Examples
 | 
					Examples
 | 
				
			||||||
--------
 | 
					--------
 | 
				
			||||||
| 
						 | 
					@ -150,8 +150,8 @@ Your feedback is quite important!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. _PyPi: https://pypi.python.org/pypi/dependency_injector
 | 
					.. _PyPi: https://pypi.python.org/pypi/dependency_injector
 | 
				
			||||||
.. _Stable version: http://dependency_injector.readthedocs.org/en/stable/
 | 
					.. _User's guide: http://dependency_injector.readthedocs.org/en/stable/
 | 
				
			||||||
.. _Latest version: http://dependency_injector.readthedocs.org/en/latest/
 | 
					.. _API docs: http://dependency-injector.readthedocs.org/en/stable/api/
 | 
				
			||||||
.. _SLOC: http://en.wikipedia.org/wiki/Source_lines_of_code
 | 
					.. _SLOC: http://en.wikipedia.org/wiki/Source_lines_of_code
 | 
				
			||||||
.. _SOLID: http://en.wikipedia.org/wiki/SOLID_%28object-oriented_design%29
 | 
					.. _SOLID: http://en.wikipedia.org/wiki/SOLID_%28object-oriented_design%29
 | 
				
			||||||
.. _IoC: http://en.wikipedia.org/wiki/Inversion_of_control
 | 
					.. _IoC: http://en.wikipedia.org/wiki/Inversion_of_control
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -47,7 +47,7 @@ from .errors import UndefinedProviderError
 | 
				
			||||||
from . import catalogs
 | 
					from . import catalogs
 | 
				
			||||||
catalog = catalogs
 | 
					catalog = catalogs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VERSION = '1.11.2'
 | 
					VERSION = '1.12.0'
 | 
				
			||||||
"""Version number that follows semantic versioning.
 | 
					"""Version number that follows semantic versioning.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:type: str
 | 
					:type: str
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,6 +9,10 @@ follows `Semantic versioning`_
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Development version
 | 
					Development version
 | 
				
			||||||
-------------------
 | 
					-------------------
 | 
				
			||||||
 | 
					- No features.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					1.12.0
 | 
				
			||||||
 | 
					------
 | 
				
			||||||
- Add possibility to specialize ``Factory`` provided type.
 | 
					- Add possibility to specialize ``Factory`` provided type.
 | 
				
			||||||
- Add possibility to specialize ``Singleton`` provided type.
 | 
					- Add possibility to specialize ``Singleton`` provided type.
 | 
				
			||||||
- Add possibility to specialize ``DeclarativeCatalog`` provider type.
 | 
					- Add possibility to specialize ``DeclarativeCatalog`` provider type.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user