mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 09:57:37 +03:00 
			
		
		
		
	Merge branch 'release/3.11.1' into master
This commit is contained in:
		
						commit
						13fd1be6c2
					
				| 
						 | 
					@ -4,3 +4,5 @@ Dependency Injector Contributors
 | 
				
			||||||
+ Roman Mogilatov (rmk135)
 | 
					+ Roman Mogilatov (rmk135)
 | 
				
			||||||
+ Konstantin vz'One Enchant (sirkonst)
 | 
					+ Konstantin vz'One Enchant (sirkonst)
 | 
				
			||||||
+ Terrence Brannon (metaperl)
 | 
					+ Terrence Brannon (metaperl)
 | 
				
			||||||
 | 
					+ Stanislav Lobanov (asyncee)
 | 
				
			||||||
 | 
					+ James Lafa (jameslafa)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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`_
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					3.11.1
 | 
				
			||||||
 | 
					------
 | 
				
			||||||
 | 
					- Fix small typo in documentation (thanks to James Lafa).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
3.11.0
 | 
					3.11.0
 | 
				
			||||||
------
 | 
					------
 | 
				
			||||||
- Improve ``Configuration`` provider overriding logic.
 | 
					- Improve ``Configuration`` provider overriding logic.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
"""Dependency injector top-level package."""
 | 
					"""Dependency injector top-level package."""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__version__ = '3.11.0'
 | 
					__version__ = '3.11.1'
 | 
				
			||||||
"""Version number that follows semantic versioning.
 | 
					"""Version number that follows semantic versioning.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:type: str
 | 
					:type: str
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user