all repos — tint2 @ cf81f1c9f9e54e07db16c2a0854331108d30a4a9

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Update release script
o9000 mrovi9000@gmail.com
commit

cf81f1c9f9e54e07db16c2a0854331108d30a4a9

parent

cde05df1bc8b7a6fa5f2169f89ca0c39fed617e7

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M new-release.pynew-release.py

@@ -193,4 +193,4 @@ os.system("git log -p -1 --word-diff")

print "Does this look correct? [y/n]" choice = raw_input().lower() if choice != "y": - run("git reset --hard HEAD~ ; git tag -d %s ; git tag -d v%s" % (version, version)) + run("git reset --hard HEAD~ ; git tag -d %s ; git tag -d v%s" % (version, readable_version))