mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-10-31 16:07:51 +03:00 
			
		
		
		
	Release 1.16.8
This commit is contained in:
		
							parent
							
								
									672eb6dfd7
								
							
						
					
					
						commit
						69043d9c4e
					
				|  | @ -61,7 +61,7 @@ from dependency_injector.errors import ( | |||
| from dependency_injector import catalogs | ||||
| catalog = catalogs | ||||
| 
 | ||||
| VERSION = '1.16.7' | ||||
| VERSION = '1.16.8' | ||||
| """Version number that follows semantic versioning. | ||||
| 
 | ||||
| :type: str | ||||
|  |  | |||
|  | @ -98,8 +98,8 @@ Let's go through next example: | |||
|    :linenos: | ||||
| 
 | ||||
| ``Car`` **creates** an ``Engine`` during its creation. Really? Does it make  | ||||
| more sense then creating an ``Engine`` separatelly and then  | ||||
| **put (inject) it into** ``Car`` when ``Car`` is being created? | ||||
| more sense than creating an ``Engine`` separately and then  | ||||
| **inject (put) it into** ``Car`` when ``Car`` is being created? | ||||
| 
 | ||||
| .. literalinclude:: ../../examples/ioc_di_demos/car_engine_ioc.py | ||||
|    :language: python | ||||
|  |  | |||
|  | @ -11,6 +11,10 @@ Development version | |||
| ------------------- | ||||
| - No features. | ||||
| 
 | ||||
| 1.16.8 | ||||
| ------ | ||||
| - Fix some typos in introduction section of documentation. | ||||
| 
 | ||||
| 1.16.7 | ||||
| ------ | ||||
| - Add some changes into introduction section of documentation. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user