|  | @@ -49,7 +49,7 @@ master_doc = 'index'
 | 
	
		
			
			| 49 | 49 |  
 | 
	
		
			
			| 50 | 50 |  # General information about the project.
 | 
	
		
			
			| 51 | 51 |  project = u'searx'
 | 
	
		
			
			| 52 |  | -copyright = u'2015, Adam Tauber'
 | 
	
		
			
			|  | 52 | +copyright = u'2015-2016, Adam Tauber'
 | 
	
		
			
			| 53 | 53 |  author = u'Adam Tauber'
 | 
	
		
			
			| 54 | 54 |  
 | 
	
		
			
			| 55 | 55 |  # The version info for the project you're documenting, acts as replacement for
 | 
	
	
		
			
			|  | @@ -57,9 +57,9 @@ author = u'Adam Tauber'
 | 
	
		
			
			| 57 | 57 |  # built documents.
 | 
	
		
			
			| 58 | 58 |  #
 | 
	
		
			
			| 59 | 59 |  # The short X.Y version.
 | 
	
		
			
			| 60 |  | -version = '0.8.0'
 | 
	
		
			
			|  | 60 | +version = '0.9.0'
 | 
	
		
			
			| 61 | 61 |  # The full version, including alpha/beta/rc tags.
 | 
	
		
			
			| 62 |  | -release = '0.8.0'
 | 
	
		
			
			|  | 62 | +release = '0.9.0'
 | 
	
		
			
			| 63 | 63 |  
 | 
	
		
			
			| 64 | 64 |  # The language for content autogenerated by Sphinx. Refer to documentation
 | 
	
		
			
			| 65 | 65 |  # for a list of supported languages.
 |