mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 09:57:37 +03:00 
			
		
		
		
	Merge branch 'release/4.3.1' into master
This commit is contained in:
		
						commit
						4c46d34b20
					
				| 
						 | 
					@ -142,7 +142,7 @@ The package is available on the `PyPi`_::
 | 
				
			||||||
Documentation
 | 
					Documentation
 | 
				
			||||||
-------------
 | 
					-------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The documentation is available `here <https://python-dependency-injector.ets-labs.org/>`_
 | 
					The documentation is available `here <https://python-dependency-injector.ets-labs.org/>`_.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Examples
 | 
					Examples
 | 
				
			||||||
--------
 | 
					--------
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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`_
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					4.3.1
 | 
				
			||||||
 | 
					-----
 | 
				
			||||||
 | 
					- Fix README.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
4.3.0
 | 
					4.3.0
 | 
				
			||||||
-----
 | 
					-----
 | 
				
			||||||
- Implement per-function execution scope for ``Resource`` provider in tandem
 | 
					- Implement per-function execution scope for ``Resource`` provider in tandem
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
"""Top-level package."""
 | 
					"""Top-level package."""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
__version__ = '4.3.0'
 | 
					__version__ = '4.3.1'
 | 
				
			||||||
"""Version number.
 | 
					"""Version number.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
:type: str
 | 
					:type: str
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user