mirror of
				https://github.com/cookiecutter/cookiecutter-django.git
				synced 2025-10-30 23:47:39 +03:00 
			
		
		
		
	Release 2023.04.03
This commit is contained in:
		
							parent
							
								
									4641830430
								
							
						
					
					
						commit
						1cba3b62e0
					
				|  | @ -3,6 +3,14 @@ All enhancements and patches to Cookiecutter Django will be documented in this f | ||||||
| 
 | 
 | ||||||
| <!-- GENERATOR_PLACEHOLDER --> | <!-- GENERATOR_PLACEHOLDER --> | ||||||
| 
 | 
 | ||||||
|  | ## 2023.04.03 | ||||||
|  | 
 | ||||||
|  | ### Changed | ||||||
|  | - fix: Syntax for ignoring specific noqa errors ([#4250](https://github.com/cookiecutter/cookiecutter-django/pull/4250)) | ||||||
|  | ### Updated | ||||||
|  | - Update psycopg2-binary to 2.9.6 ([#4249](https://github.com/cookiecutter/cookiecutter-django/pull/4249)) | ||||||
|  | - Update psycopg2 to 2.9.6 ([#4248](https://github.com/cookiecutter/cookiecutter-django/pull/4248)) | ||||||
|  | 
 | ||||||
| ## 2023.04.01 | ## 2023.04.01 | ||||||
| 
 | 
 | ||||||
| ### Updated | ### Updated | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							|  | @ -5,7 +5,7 @@ except ImportError: | ||||||
|     from distutils.core import setup |     from distutils.core import setup | ||||||
| 
 | 
 | ||||||
| # We use calendar versioning | # We use calendar versioning | ||||||
| version = "2023.04.01" | version = "2023.04.03" | ||||||
| 
 | 
 | ||||||
| with open("README.rst") as readme_file: | with open("README.rst") as readme_file: | ||||||
|     long_description = readme_file.read() |     long_description = readme_file.read() | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user