mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 09:57:37 +03:00 
			
		
		
		
	Increase version to 3.7.1
This commit is contained in:
		
							parent
							
								
									12cfa78850
								
							
						
					
					
						commit
						ea111c452b
					
				| 
						 | 
				
			
			@ -7,6 +7,10 @@ that were made in every particular version.
 | 
			
		|||
From version 0.7.6 *Dependency Injector* framework strictly 
 | 
			
		||||
follows `Semantic versioning`_
 | 
			
		||||
 | 
			
		||||
3.7.1
 | 
			
		||||
-----
 | 
			
		||||
- Add support of six 1.11.0.
 | 
			
		||||
 | 
			
		||||
3.7.0
 | 
			
		||||
-----
 | 
			
		||||
- Add ``FactoryAggregate`` provider.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
"""Dependency injector top-level package."""
 | 
			
		||||
 | 
			
		||||
__version__ = '3.7.0'
 | 
			
		||||
__version__ = '3.7.1'
 | 
			
		||||
"""Version number that follows semantic versioning.
 | 
			
		||||
 | 
			
		||||
:type: str
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user