mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 09:57:37 +03:00 
			
		
		
		
	Merge branch 'release/3.15.4' into master
This commit is contained in:
		
						commit
						5e6a4ce1ec
					
				
							
								
								
									
										10
									
								
								README.rst
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.rst
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -26,17 +26,17 @@ Status
 | 
			
		|||
 | 
			
		||||
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
 | 
			
		||||
| *PyPi*                                | .. image:: https://img.shields.io/pypi/v/dependency_injector.svg                                                   |
 | 
			
		||||
|                                       |    :target: https://pypi.python.org/pypi/dependency_injector/                                                      |
 | 
			
		||||
|                                       |    :target: https://pypi.org/project/dependency-injector/                                                          |
 | 
			
		||||
|                                       |    :alt: Latest Version                                                                                            |
 | 
			
		||||
|                                       | .. image:: https://img.shields.io/pypi/l/dependency_injector.svg                                                   |
 | 
			
		||||
|                                       |    :target: https://pypi.python.org/pypi/dependency_injector/                                                      |
 | 
			
		||||
|                                       |    :target: https://pypi.org/project/dependency-injector/                                                          |
 | 
			
		||||
|                                       |    :alt: License                                                                                                   |
 | 
			
		||||
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
 | 
			
		||||
| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/dependency_injector.svg                                          |
 | 
			
		||||
|                                       |    :target: https://pypi.python.org/pypi/dependency_injector/                                                      |
 | 
			
		||||
|                                       |    :target: https://pypi.org/project/dependency-injector/                                                          |
 | 
			
		||||
|                                       |    :alt: Supported Python versions                                                                                 |
 | 
			
		||||
|                                       | .. image:: https://img.shields.io/pypi/implementation/dependency_injector.svg                                      |
 | 
			
		||||
|                                       |    :target: https://pypi.python.org/pypi/dependency_injector/                                                      |
 | 
			
		||||
|                                       |    :target: https://pypi.org/project/dependency-injector/                                                          |
 | 
			
		||||
|                                       |    :alt: Supported Python implementations                                                                          |
 | 
			
		||||
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------+
 | 
			
		||||
| *Builds and tests coverage*           | .. image:: https://travis-ci.org/ets-labs/python-dependency-injector.svg?branch=master                             |
 | 
			
		||||
| 
						 | 
				
			
			@ -404,6 +404,6 @@ Your feedback is quite important!
 | 
			
		|||
 | 
			
		||||
.. _Dependency injection: http://en.wikipedia.org/wiki/Dependency_injection
 | 
			
		||||
.. _Inversion of control: https://en.wikipedia.org/wiki/Inversion_of_control
 | 
			
		||||
.. _PyPi: https://pypi.python.org/pypi/dependency_injector
 | 
			
		||||
.. _PyPi: https://pypi.org/project/dependency-injector/
 | 
			
		||||
.. _User's guide: http://python-dependency-injector.ets-labs.org/
 | 
			
		||||
.. _API docs: http://python-dependency-injector.ets-labs.org/api/
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,6 +7,10 @@ that were made in every particular version.
 | 
			
		|||
From version 0.7.6 *Dependency Injector* framework strictly 
 | 
			
		||||
follows `Semantic versioning`_
 | 
			
		||||
 | 
			
		||||
3.15.4
 | 
			
		||||
------
 | 
			
		||||
- Update a link to the PyPi page on the README page.
 | 
			
		||||
 | 
			
		||||
3.15.3
 | 
			
		||||
------
 | 
			
		||||
- Fix a typo in the link to the PyPi on the "Dependency Injection in Python" documentation page.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
"""Dependency injector top-level package."""
 | 
			
		||||
 | 
			
		||||
__version__ = '3.15.3'
 | 
			
		||||
__version__ = '3.15.4'
 | 
			
		||||
"""Version number that follows semantic versioning.
 | 
			
		||||
 | 
			
		||||
:type: str
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user