Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update version numbers in docs/*.rst
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 28, 2016
1 parent 27a6be1 commit fee0892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release
Expand Up @@ -82,7 +82,7 @@ status 'Replacing versions in files...'
sed "s/version=.*/version='$version',/g" setup.py -i
sed "s/version = .*/version = '$version'/g" docs/sphinx/conf.py -i
sed "s/release = .*/release = '$version'/g" docs/sphinx/conf.py -i
sed "s/:Version: .*/:Version: $version/g" docs/*.txt -i
sed "s/:Version: .*/:Version: $version/g" docs/*.txt docs/*.rst -i
sed "s/:Version: .*/:Version: Nikola $version/g" docs/man/nikola.rst -i
sed "s/__version__ = .*/__version__ = '$version'/g" nikola/__init__.py -i
sed "s/version: .*/version: $version/g" snapcraft/snapcraft.yaml -i
Expand Down

0 comments on commit fee0892

Please sign in to comment.