mirror of
				https://github.com/psycopg/psycopg2.git
				synced 2025-11-04 09:47:30 +03:00 
			
		
		
		
	Bump to version 2.2.2-devel.
The -devel suffix appears in the docs we publish on the website, so it's clear that they refer to the upcoming version.
This commit is contained in:
		
							parent
							
								
									eacf6febfe
								
							
						
					
					
						commit
						e3d489f701
					
				
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
					@ -55,7 +55,7 @@ from distutils.command.build_ext import build_ext
 | 
				
			||||||
from distutils.sysconfig import get_python_inc
 | 
					from distutils.sysconfig import get_python_inc
 | 
				
			||||||
from distutils.ccompiler import get_default_compiler
 | 
					from distutils.ccompiler import get_default_compiler
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PSYCOPG_VERSION = '2.2.1'
 | 
					PSYCOPG_VERSION = '2.2.2-devel'
 | 
				
			||||||
version_flags   = ['dt', 'dec']
 | 
					version_flags   = ['dt', 'dec']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PLATFORM_IS_WINDOWS = sys.platform.lower().startswith('win')
 | 
					PLATFORM_IS_WINDOWS = sys.platform.lower().startswith('win')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user