Skip to content

Commit

Permalink
Move version and use version string from file
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Schubert committed Jul 13, 2014
1 parent 97b43b2 commit 1c9e0e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.1.0
2 changes: 1 addition & 1 deletion setup-init.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="git-deploy",
version="2.0.5",
version=open('VERSION.txt').read(),
author=__author__,
author_email="adam.schubert@sg1-game.net",
description="Git-deploy is tool written in python to allow fast and easy deployments on remote servers wia S/FTP, SSH/SCP",
Expand Down
2 changes: 1 addition & 1 deletion setup-systemd.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="git-deploy",
version="2.0.5",
version=open('VERSION.txt').read(),
author=__author__,
author_email="adam.schubert@sg1-game.net",
description="Git-deploy is tool written in python to allow fast and easy deployments on remote servers wia S/FTP, SSH/SCP",
Expand Down

0 comments on commit 1c9e0e0

Please sign in to comment.