Do not backup version.py (under version control and frankly, not that complex)
This commit is contained in:
		
							parent
							
								
									253d96f2e2
								
							
						
					
					
						commit
						4da769ccca
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -25,7 +25,7 @@ make clean
 | 
				
			||||||
nosetests --with-coverage --cover-package=youtube_dl --cover-html test || exit 1
 | 
					nosetests --with-coverage --cover-package=youtube_dl --cover-html test || exit 1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "\n### Changing version in version.py..."
 | 
					echo "\n### Changing version in version.py..."
 | 
				
			||||||
sed -i~ "s/__version__ = '.*'/__version__ = '$version'/" youtube_dl/version.py
 | 
					sed -i "s/__version__ = '.*'/__version__ = '$version'/" youtube_dl/version.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
echo "\n### Committing CHANGELOG README.md and youtube_dl/version.py..."
 | 
					echo "\n### Committing CHANGELOG README.md and youtube_dl/version.py..."
 | 
				
			||||||
make README.md
 | 
					make README.md
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue