mirror of
				https://github.com/psycopg/psycopg2.git
				synced 2025-11-04 01:37:31 +03:00 
			
		
		
		
	Preparing release 2.4.2
This commit is contained in:
		
							parent
							
								
									3ec9677978
								
							
						
					
					
						commit
						f8a5dabdc1
					
				| 
						 | 
					@ -16,7 +16,7 @@
 | 
				
			||||||
# their work without bothering about the module dependencies.
 | 
					# their work without bothering about the module dependencies.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ALLOWED_PSYCOPG_VERSIONS = ('2.4-beta1', '2.4-beta2', '2.4', '2.4.1')
 | 
					ALLOWED_PSYCOPG_VERSIONS = ('2.4-beta1', '2.4-beta2', '2.4', '2.4.1', '2.4.2')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import sys
 | 
					import sys
 | 
				
			||||||
import time
 | 
					import time
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							| 
						 | 
					@ -73,7 +73,7 @@ except ImportError:
 | 
				
			||||||
# Take a look at http://www.python.org/dev/peps/pep-0386/
 | 
					# Take a look at http://www.python.org/dev/peps/pep-0386/
 | 
				
			||||||
# for a consistent versioning pattern.
 | 
					# for a consistent versioning pattern.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PSYCOPG_VERSION = '2.4.2.dev0'
 | 
					PSYCOPG_VERSION = '2.4.2'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
version_flags   = ['dt', 'dec']
 | 
					version_flags   = ['dt', 'dec']
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user