File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,13 @@ cd demo
4242pipenv run mkdocs serve 
4343` ` ` 
4444
45+ # # Releasing a new version
46+ 
47+ - Bump version in [setup.py](/setup.py#L13) 
48+ - Create distribution `pipenv run python setup.py bdist_wheel` 
49+ - Check distribution `pipenv run twine check dist/*` 
50+ - Upload distribution `pipenv run twine upload dist/* --repository mkdocs-user-defined-values` 
51+ 
4552# # See Also
4653
4754More information about templates [here][mkdocs-template]. 
Original file line number Diff line number Diff line change 1010
1111setup (
1212    name = "mkdocs-user-defined-values" ,
13-     version = "0.0.3 " ,
13+     version = "0.0.4 " ,
1414    description = "Enable user defined values for MkDocs" ,
1515    long_description = long_description ,
1616    long_description_content_type = "text/markdown" ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments