Skip to content

Commit

Permalink
Add -git to version number
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Jan 25, 2015
1 parent ca02443 commit f64ecee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions contrib/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ echo "Building package and uploading to PyPI..."
./setup.py sdist upload --sign
rm ~/.pypirc

echo "Updating download file on willie.dftba.net..."
ssh $server_user@willie.dftba.net "cd /var/www/willie/files; wget -O willie-$version.tar.gz https://github.com/embolalia/willie/archive/$version.tar.gz"

echo "Building docs..."
cd docs
make html
Expand Down
2 changes: 1 addition & 1 deletion willie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import traceback
import signal

__version__ = '5.0.0'
__version__ = '5.0.0-git'


def run(config):
Expand Down

0 comments on commit f64ecee

Please sign in to comment.