File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion] 
2- current_version  = 0.6 .0
2+ current_version  = 0.7 .0
33commit  = True
44tag  = True
55parse  = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
Original file line number Diff line number Diff line change 1- ARG  OPENAPI_SPEC_VALIDATOR_VERSION=0.6 .0
1+ ARG  OPENAPI_SPEC_VALIDATOR_VERSION=0.7 .0
22
33FROM  python:3.12.0-alpine as builder
44
Original file line number Diff line number Diff line change 1212
1313__author__  =  "Artur Maciag" 
1414__email__  =  "maciag.artur@gmail.com" 
15- __version__  =  "0.6 .0" 
15+ __version__  =  "0.7 .0" 
1616__url__  =  "https://github.com/python-openapi/openapi-spec-validator" 
1717__license__  =  "Apache License, Version 2.0" 
1818
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ ignore_missing_imports = true
2727
2828[tool .poetry ]
2929name  = " openapi-spec-validator" 
30- version  = " 0.6 .0" 
30+ version  = " 0.7 .0" 
3131description  = " OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator" 
3232authors  = [" Artur Maciag <maciag.artur@gmail.com>"  ]
3333license  = " Apache-2.0" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments