Skip to content

Commit 172b937

Browse files
committed
Release 0.5.3
1 parent 22ca579 commit 172b937

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pyrocore (0.5.3) precise; urgency=medium
44
* issue#52: Fixed version detection when installed from PyPI
55
* Include install path and Python release in version info
66

7-
-- pyroscope <[email protected]> Sun, 11 Jun 2017 14:17:47 +0200
7+
-- pyroscope <[email protected]> Sun, 11 Jun 2017 15:17:36 +0200
88

99
pyrocore (0.5.2) precise; urgency=high
1010

pavement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def release():
389389
subprocess.call(
390390
"unzip -v dist/pyrocore-*.zip | egrep '^ .+/' | cut -f2- -d/ | sort >./build/ls-sdist.txt"
391391
" && git ls-files | sort >./build/ls-git.txt"
392-
" && diff -U0 ./build/ls-sdist.txt ./build/ls-git.txt || true", shell=True)
392+
" && $(which colordiff || echo diff) -U0 ./build/ls-sdist.txt ./build/ls-git.txt || true", shell=True)
393393
print "~" * 78
394394

395395
print

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[egg_info]
2-
tag_build = dev
3-
tag_date = true
2+
##tag_build = dev
3+
##tag_date = true
44

55
[sdist]
66
formats = zip

0 commit comments

Comments
 (0)