Browse Source
			
			
			Merge pull request #48 from marcospereirampj/release/0.18.0
			
				Set version
			
			
				pull/50/head
			
			
		 
		
			
				
					
						 Marcos Pereira
					
					6 years ago
						Marcos Pereira
					
					6 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 4AEE18F83AFDEB23
				  	
				  
				
			
		
		
		
	
		
			
				 2 changed files with 
3 additions and 
3 deletions
			 
			
		 
		
			
				- 
					
					
					 
					docs/source/conf.py
				
- 
					
					
					 
					setup.py
				
					
					
						
							
								
									
										
											
	
		
			
				
					|  |  | @ -60,9 +60,9 @@ author = 'Marcos Pereira' | 
			
		
	
		
			
				
					|  |  |  | # built documents. | 
			
		
	
		
			
				
					|  |  |  | # | 
			
		
	
		
			
				
					|  |  |  | # The short X.Y version. | 
			
		
	
		
			
				
					|  |  |  | version = '0.17.6' | 
			
		
	
		
			
				
					|  |  |  | version = '0.18.0' | 
			
		
	
		
			
				
					|  |  |  | # The full version, including alpha/beta/rc tags. | 
			
		
	
		
			
				
					|  |  |  | release = '0.17.6' | 
			
		
	
		
			
				
					|  |  |  | release = '0.18.0' | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | # The language for content autogenerated by Sphinx. Refer to documentation | 
			
		
	
		
			
				
					|  |  |  | # for a list of supported languages. | 
			
		
	
	
		
			
				
					|  |  | 
 | 
			
		
	
										
									
								
							
						 
					 
				 
			
		
			
				
					
					
						
							
								
									
										
											
	
		
			
				
					|  |  | @ -7,7 +7,7 @@ with open("README.md", "r") as fh: | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | setup( | 
			
		
	
		
			
				
					|  |  |  |     name='python-keycloak', | 
			
		
	
		
			
				
					|  |  |  |     version='0.17.6', | 
			
		
	
		
			
				
					|  |  |  |     version='0.18.0', | 
			
		
	
		
			
				
					|  |  |  |     url='https://github.com/marcospereirampj/python-keycloak', | 
			
		
	
		
			
				
					|  |  |  |     license='The MIT License', | 
			
		
	
		
			
				
					|  |  |  |     author='Marcos Pereira', | 
			
		
	
	
		
			
				
					|  |  | 
 |