Skip to content

Commit

Permalink
Release 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Jun 11, 2017
1 parent 22ca579 commit 172b937
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Expand Up @@ -4,7 +4,7 @@ pyrocore (0.5.3) precise; urgency=medium
* issue#52: Fixed version detection when installed from PyPI
* Include install path and Python release in version info

-- pyroscope <pyroscope.project@gmail.com> Sun, 11 Jun 2017 14:17:47 +0200
-- pyroscope <pyroscope.project@gmail.com> Sun, 11 Jun 2017 15:17:36 +0200

pyrocore (0.5.2) precise; urgency=high

Expand Down
2 changes: 1 addition & 1 deletion pavement.py
Expand Up @@ -389,7 +389,7 @@ def release():
subprocess.call(
"unzip -v dist/pyrocore-*.zip | egrep '^ .+/' | cut -f2- -d/ | sort >./build/ls-sdist.txt"
" && git ls-files | sort >./build/ls-git.txt"
" && diff -U0 ./build/ls-sdist.txt ./build/ls-git.txt || true", shell=True)
" && $(which colordiff || echo diff) -U0 ./build/ls-sdist.txt ./build/ls-git.txt || true", shell=True)
print "~" * 78

print
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,6 +1,6 @@
[egg_info]
tag_build = dev
tag_date = true
##tag_build = dev
##tag_date = true

[sdist]
formats = zip
Expand Down

0 comments on commit 172b937

Please sign in to comment.