mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-10-31 07:57:43 +03:00 
			
		
		
		
	Merge branch 'release/3.14.2' into master
This commit is contained in:
		
						commit
						2d0a91efbf
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							|  | @ -2,7 +2,7 @@ VERSION := $(shell python setup.py --version) | ||||||
| 
 | 
 | ||||||
| CYTHON_SRC := $(shell find src/dependency_injector -name '*.pyx') | CYTHON_SRC := $(shell find src/dependency_injector -name '*.pyx') | ||||||
| 
 | 
 | ||||||
| CYTHON_DIRECTIVES = | CYTHON_DIRECTIVES = -Xlanguage_level=2 | ||||||
| 
 | 
 | ||||||
| ifdef DEPENDENCY_INJECTOR_DEBUG_MODE | ifdef DEPENDENCY_INJECTOR_DEBUG_MODE | ||||||
| 	CYTHON_DIRECTIVES += -Xprofile=True | 	CYTHON_DIRECTIVES += -Xprofile=True | ||||||
|  |  | ||||||
|  | @ -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.14.2 | ||||||
|  | ------ | ||||||
|  | - Set Cython ``language_level=2``. | ||||||
|  | 
 | ||||||
| 3.14.1 | 3.14.1 | ||||||
| ------ | ------ | ||||||
| - Fix bug `#208 <https://github.com/ets-labs/python-dependency-injector/issues/208>`_: | - Fix bug `#208 <https://github.com/ets-labs/python-dependency-injector/issues/208>`_: | ||||||
|  |  | ||||||
|  | @ -1,6 +1,6 @@ | ||||||
| """Dependency injector top-level package.""" | """Dependency injector top-level package.""" | ||||||
| 
 | 
 | ||||||
| __version__ = '3.14.1' | __version__ = '3.14.2' | ||||||
| """Version number that follows semantic versioning. | """Version number that follows semantic versioning. | ||||||
| 
 | 
 | ||||||
| :type: str | :type: str | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user